Posts by Eddie Sousa • 1 point
2 posts
-
0
votes0
answers30
viewsQ: What is the best way to register users in the app via Oauth login (facebook, google and Apple) or login and password
I’m creating an app with Expo (React Native) where do I login Oauth no facebook, google and apple using the Oauth and also via login and password. However I will only work with the registration UID…
-
0
votes1
answer71
viewsA: Dispatch Drawer does not work
If you only want it on a screen, create a button to open Drawer. const Drawer = createDrawerNavigator({ Home: {screen: Home,}, }, { contentComponent: DrawerContent, contentOptions: {…