cpunion / react-native-actioncable

[Unmaintained] ActionCable for react native
MIT License
59 stars 16 forks source link

Example? #8

Closed masudhossain closed 7 years ago

masudhossain commented 7 years ago

Is there any possibility you could upload an example of a working react native app?

cpunion commented 7 years ago

See https://github.com/cpunion/TestRNActionCable

Test steps:

  1. Open ios project, run it in iOS Simulator.

  2. In the server folder, run bundle exec rails s.

  3. Open http://localhost:3000/message in browser, input some test and click 'Send message'

  4. You will see the messages displayed in iOS Simulator.