Files
react-native-gifted-chat/example
Farid from Safi 6053fa8533 update example
2016-07-30 21:20:58 +02:00
..
2016-07-30 21:20:58 +02:00
2016-07-30 21:20:58 +02:00
2016-07-30 21:00:24 +02:00
2016-07-16 18:31:47 +02:00
2016-07-16 23:34:32 +02:00
2016-07-16 18:31:47 +02:00
2016-07-16 18:31:47 +02:00
2016-07-16 18:31:47 +02:00
2016-07-30 21:00:24 +02:00
2016-07-30 20:26:26 +02:00
2016-07-29 14:22:26 +02:00
2016-07-29 14:22:26 +02:00
2016-07-30 21:00:24 +02:00
2016-07-29 14:44:21 +02:00

Example App

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