This app allows users to share Solv via text with their friends using native iOS Messages.
$ git clone https://github.com/kamilambert/solv-messaging.git$ cd solv-messaging$ npm install$ react-native run-ios
After waiting a minute (or two) for bundling to finish, Xcode iOS simulator should open. If the solv app does not open automatically, swipe left on home screen to the second pane and double-click on the 'solv' app to open.
Be sure to wait until you get a message that bundling has finished in your Terminal before opening the app.
-
This app uses
react-native-communicationsto open the native iOS Messages app to send the text. A small caveat is that full functionality only shows on actual devices, and does not fully render in the iOS simulator. See Usage section in react-native-communications documentation for details. -
This app presents the number-pad for phone number input. This is also only viewable on actual devices. To enter phone number, click in input field and enter numbers then click 'Send Text'.
Note - numbers less than 10 characters long will get a warning message to complete the phone number.
