Skip to content

imonkia/dropbox-sign-react-native-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropbox Sign React Native App

React Native app which uses the hellosign-embedded library.

Embedded.js, the library that supports the Dropbox Sign iFrame, cannot run from inside a native app. The current recommendation is to use a WebView to open the Dropbox Sign iFrame.

This basic React Native app shows a way in which that can be achieved.

Requirements

How to use

Install dependencies:

npm install

Set Up Environment Variables:

Create a new file named .env in the root of the project and add your Dropbox Sign API_KEY and CLIENT_ID.

Start the app:

npm start

If a tunnel is needed, then start with:

expo-cli start --tunnel

Notes

About

Basic React Native app using hellosign-embedded library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published