question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Contained Button onPress crashes on react-native-windows

See original GitHub issue

Current 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

1reaction
alexiadornelescommented, Mar 1, 2021

Hey I’m having the issue still. “react-native”: “0.63.4” “react-native-paper”: “^4.7.2”

0reactions
milkmanmattycommented, Jun 2, 2021

Issue still happening, elevation property is still trying to be animated on windows. “react-native”: “0.64.1”, “react-native-paper”: “^4.9.1”,

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found