Contained Button onPress crashes on react-native-windows
See original GitHub issueCurrent behaviour
clicking a button like this one crashes on react-native-windows
<Button mode="contained" onPress={() => console.log('clicked crash button')}>
click to crash
</Button>
Expected behaviour
it should not crash
Code sample
https://github.com/capc0/rn-paper-btn-click-crash-win
What have you tried
with no mode specified, it does not crash
Your Environment
software | version |
---|---|
ios or android | windows |
react-native | 0.63.3 |
react-native-paper | 4.3.0 |
node | 12.13.0 |
npm or yarn | 6.14.2 |
expo sdk | - |
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
React Native - accessing 'this' in Button onPress causes app ...
The problem is that when I press the button, the app hangs for about a minute and then crashes. There are no errors...
Read more >Native Modules · React Native for Windows + macOS
Sometimes an app needs access to a platform API that React Native doesn't have a corresponding module for yet. Maybe you want to...
Read more >App Center Crashes for React Native - Microsoft Learn
Collecting crashes works for both beta and live apps, i.e. those submitted to Google Play. Crash logs contain valuable information for you to ......
Read more >wix calendar react native
React Native Facebook login button crashes app in iOS Simulator; React Native … ... In your React Native Windows project directory, run: npx...
Read more >how to convert react native app to apk Code Example - Code Grepper
... run release version of reactnativewindows app · convert react nativ into apk ... how to generate android apk from react native with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey I’m having the issue still. “react-native”: “0.63.4” “react-native-paper”: “^4.7.2”
Issue still happening, elevation property is still trying to be animated on windows. “react-native”: “0.64.1”, “react-native-paper”: “^4.9.1”,