Ruben Maas
Ruben Maas
Our team previously added these libraries to `react-native-sqlite-storage`. Now we've patched and updated the libs for Android API 30. We've tested it with JSON queries as well. Fix for this...
**Our environment** ``` ... "react-native": "0.66.0", "@react-navigation/bottom-tabs": "^5.11.9", "@react-navigation/drawer": "^5.12.5", "@react-navigation/native": "^5.9.4", "@react-navigation/stack": "^5.14.4", "@heap/react-native-heap": "^0.16.0", ... ``` **Our findings on both iOS and Android** - Wrapping `HeapNavigationContainer` around the...