Vonage-Community / sample-voice-react-native-app

This project provides a sample React Native project that highlights how to make use of the Android and iOS Client SDK features within a cross platform application.
MIT License
2 stars 0 forks source link

ReactNative App to Phone

This is a ReactNative project that uses the Client SDK to call a phone number.

Welcome to Vonage

If you're new to Vonage, you can sign up for a Vonage API account and get some free credit to get you started.

Running the project

Clone the project to your computer, using the terminal:

git clone git@github.com:Vonage-Community/sample-voice-react-native-app.git

Install the dependencies with npm:

npm install

Start the ReactNative package server:

npx react-native start

In a new terminal window navigate to your project window and run the iOS project with:

npx react-native run-ios

Or the android project with:

npx react-native run-android

Getting Help

We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:

Further Reading