Patrick Spafford
Patrick Spafford
Here's something you can try. 1. Wrap the contents of your app with the TourGuideProvider. ```javascript const App = () => ( ) ``` 2. Inside the AppContents (or your...
@ThallyssonKlein Probably not in the way that you'd find useful, but you are correct that the provider is made available to all its children. To my knowledge, there's nothing in...
Haven't tried this myself yet, but does using the useFocusEffect work? ``` useFocusEffect( useCallback(() => { // focus the text input here }, []), ) ```
I recommend making a quick patch using `npx patch-package react-native-sortable-grid` after manually renaming in node_modules.