Posts by Mathias Silva • 51 points
3 posts
-
1
votes1
answer462
viewsA: How to disable React Navigation Drawer on specific routes
You can create two Stacks, one for screens that won’t have Drawer and one with Fluidnavigator: import React from 'react' import { FluidNavigator } from 'react-navigation-fluid-transitions' import {…
-
0
votes2
answers153
viewsA: React-Native incompatibility 0.55.4
One solution would be to use lib React-Native-firebase to perform this integration and is compatible with versions higher than 0.55 as documented.…
-
1
votes1
answer2555
viewsA: What happened and how can I fix it? (React-Native run-android)
The application is not recognizing any connected physical device or emulator running on your machine. Remember that to test a physical device you need to enable USB debugging mode through the…