hamza1331 / AudioChat

React Native chat with audio and images support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactNativeChatImageAudio

Just run npm install, react-native link, react-native run-ios, or react-native run-android

You'll need to create a sensitive.json file in the root directory of the project. This will contain your aws and firebase info

Its structure: { "BUCKET": "", "ACCESS_KEY": "", "SECRET_KEY": "", "APIKEY": "", "keyPrefix": "", "region": "" "authDomain": "", "databaseURL": "", "projectId": "", "storageBucket": "", "messagingSenderId": "", }

You'll need to add permissions: IOS: xCode info.plist. Privacy - Microphone Usage Description Privacy - Photo Library Privacy - Camera Usage

Android:

Names and rooms are case sensitive.

If app crashes when trying to open the photo library:react-native-image-picker/react-native-image-picker#667

About

React Native chat with audio and images support


Languages

Language:Java 99.8%Language:Python 0.1%Language:JavaScript 0.1%