If you haven't developed with React Native (or normally rely on Expo),
please follow the instructions
for the React Native CLI Quickstart
Install dependencies. Use Yarn if you prefer.
Install ios dependencies before running
REACT_APP_TELLESCOPE_API_ENDPOINT=''
REACT_APP_TELLESCOPE_BUSINESS_ID='YOUR_BUSINESS_ID_HERE'
REACT_APP_TELLESCOPE_API_KEY ='YOUR_API_KEY_HERE'
REACT_APP_EXAMPLE_ENDUSER_EMAIL='email@email.com'
REACT_APP_EXAMPLE_ENDUSER_PASSWORD='test_password_goes_here!!!2310'
REACT_APP_TELLESCOPE_API_ENDPOINT Defaults to https://api.tellescope.com BUSINESS_ID and API_KEY can be found in your settings page EXAMPLE_PASSWORD should satisfy length > 8, uppercase letter, number, special character
You must have an account registered with Tellescope as part of an organization.
You will need a test enduser with a password. If you have set the email and password fields in the .env file,
you can run the following script to create a sample enduser for testing.
npm run create-enduser
You will need a test chat room to send messages. You can run the following script to create a room with your sample enduser
npm run create-chat-room
Launches Metro, run React Native code for app
To launch iOS simulator
To launch Android simulator
Built with react-native init