react-native-heap
react-native-heap copied to clipboard
A React Native integration for Heap
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Context: My app is freezing on iOS after a while, but mostly after presenting a modal. The app becomes unresponsive and doesn't detect any touches. I believe the issue is...
Hi, we are seeing this crash a few seconds after the app boots in debug mode with react-native-debugger connected, has anyone else came across this? React Native: 0.62.2 React Navigation:...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
I followed the heap documentation and implement all steps but still I am facing issue that heap analytics shows nothing when I run my app on ios but works fine...
**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...
``` uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [com.facebook.react:react-native:0.64.0] ```
_Prerequisites:_ react-native 0.62.2 React Navigation 5 We created a loading screen before entering into the app. Taping on an 'empty' screen inside the stack navigator is triggering recursive infinite loop...
Hey, I was using react-native-heap and realized my image carousels stopped working, swiping was almost impossible. My image carousel is implemented by 'https://www.npmjs.com/package/react-native-image-zoom-viewer' . So ... while I really don't...
@heap - do you guys have a similar plugin for apps written in Flutter? If not, is there an unofficial one and what's the ETA for having one if there...