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.
- iOS device or iOS Simulator.
- Android device or Android Studio Emulator.
- Expo Go client.
- Expo CLI.
npm installCreate a new file named .env in the root of the project and add your Dropbox Sign API_KEY and CLIENT_ID.
npm start
expo-cli start --tunnel- WebView is currently not supported by expo-web on "Web" platform.
- Expo Router: Docs.
- React Native: Docs.