Based on pubnub/tutorial-app-react-native
https://github.com/pubnub/tutorial-app-react-native
If you want to use the module directly, or in other modules, you can do so by importing it and using the following properties.
import Chat from "@modules/chat";
const { title, navigator } = Chat;
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.