Installation
React Native
yarn add @10play/tentap-editor react-native-webview
cd ios && pod install
Expo
npx expo install @10play/tentap-editor react-native-webview
Only basic usage without custom keyboard is supported by Expo Go (see basic example).
Otherwise you will need to setup Expo Dev Client.
Now you ready to add tentap to your app!
note
On Android, API level 29+ is required.
Expo Web
For expo-web support follow this guide