nexmo-community / react-native-app-to-phone

MIT License
0 stars 1 forks source link

ReactNative App to Phone

Nexmo is now known as Vonage

❗❗❗ This repo is now deprecated, view the new version on the Vonage Community GitHub. Check the Vonage Developer Blog for more blog posts and tutorials. For more sample Vonage projects, check the Vonage Community GitHub repo.

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:nexmo-community/react-native-app-to-phone.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