You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to integrate the 10tap-editor library into my Expo project using expo-router, but I am facing issues with rendering the toolbar inside the editor. Despite following the setup instructions, the toolbar does not appear on the screen.
Steps to Reproduce:
Installed the necessary packages: npx expo install @10play/tentap-editor react-native-webview
Hey @17Amir17 ,
Thanks for the quick response. The above fix is working but only when I turn the hidden prop in Toolbar component to false. <Toolbar editor={editor} hidden={false} />
Is this right? Is this how I supposed to do it? Why is this not mentioned in the tutorial? Or is it there and I kind of missed it?
Hello,
I am trying to integrate the 10tap-editor library into my Expo project using expo-router, but I am facing issues with rendering the toolbar inside the editor. Despite following the setup instructions, the toolbar does not appear on the screen.
Steps to Reproduce:
npx expo install @10play/tentap-editor react-native-webview
Expected Behavior:
The editor should render on the screen with a toolbar when navigating to the index route.
Actual Behavior:
The editor does appear on the screen but without a toolbar. There are no errors in the console.
Additional Information:
Steps Taken to Troubleshoot:
Any help or guidance on resolving this issue would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: