/ReactNativeChatImageAudio

React native gifted chat with image and audio

Primary LanguageJavaScript

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