Files
Devendra Singh Shekhawat a47640832d Unnecessary semicolon removed (#677)
This file was ending with 2 semicolons, this produces Unnecessary semicolon. By this update the file is error free.
2017-12-24 17:45:55 +01:00
..
2017-12-24 17:45:55 +01:00
2016-07-31 01:08:08 +02:00
2016-07-16 18:31:47 +02:00
2016-07-16 18:31:47 +02:00
2017-10-18 17:55:03 +08:00
2016-07-29 14:22:26 +02:00
2016-07-29 14:22:26 +02:00
2016-07-31 14:05:03 +02:00
2017-10-18 17:55:03 +08:00

Run the example

git clone https://github.com/FaridSafi/react-native-gifted-chat
cd react-native-gifted-chat/example
npm install
react-native run-ios

Development helper

Normally, after a code change to react-native-gifted-chat src files, you must remove the node_modules/react-native-gifted-chat directory and npm install. The react-native packager wont follow symlinks.

To assist development, this command watches and rsyncs changes:

npm run sync

Leave a terminal open running this command when running the Example app and making react-native-gifted-chat src changes.

Development helper inspired by @joenoon's commit