Posts by Leonardo Nogueira • 1 point
2 posts
-
0
votes4
answers444
viewsA: Navigatdraweror does not work
Good afternoon, here’s an example to create a stack for Home and wrap it in Drawer, import React from 'react'; import { Text, View, TouchableOpacity } from 'react-native'; import {…
-
0
votes2
answers160
viewsA: Error rendering Sectionlist React Native
When you no longer render the component, it may still happen that this.setState() is called if you have done asynchronous business logic on your component and later updated the local state of the…