Skip to content

Commit

Permalink
Merge pull request #24 from hecom-rn/hanhu
Browse files Browse the repository at this point in the history
语音消息权限 - 引入文件补全
  • Loading branch information
summer88123 authored Mar 18, 2021
2 parents d5771ed + fde010f commit 866ad06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/component/BottomBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Component, Contact, Conversation, Message } from '../typings';
import * as Body from '../typings/Message';
import { IMConstant } from 'react-native-im-easemob';
import * as Model from '../model';
import {check, PERMISSIONS, RESULTS} from 'react-native-permissions';
import {check, PERMISSIONS, RESULTS, request} from 'react-native-permissions';

export type Props = Component.BottomBarProps;

Expand Down

0 comments on commit 866ad06

Please sign in to comment.