rrajasek92

Results 3 issues of rrajasek92

I'm getting the following error after performing react-native link react-native-firestack: Execution failed for task ':app:processDebugResources'. ` java.io.IOException: Could not delete path 'C:\Users\######\project\android\app\build\generated\source\r\debug\android'.`

I have a login screen that navigates to a tabview with multiple tabs, however when using a logout button to end my firebase session and navigate back to the login...

Is there a way to have a drawer and a bottom tab bar at the same time? If I try to add a Drawer to the root navigation with the...