undefined is not an object (evaluating '_this.backdropRef.transitionTo')
See original GitHub issueHello I’m using expo,
After updating to SDK 19 with react-native 46 I get the following message when opening the modal:
undefined is not an object (evaluating '_this.backdropRef.transitionTo')
Any idea?
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
undefined is not an object (evaluating '_this.backdropRef ...
Hello I'm using expo, After updating to SDK 19 with react-native 46 I get the following message when opening the modal: undefined is...
Read more >TypeError: undefined is not an object (evaluating '_this2.props ...
I made redux set up for this modal and I keep getting this error and I am not sure why? Here is my...
Read more >undefined is not an object (evaluating 'navigation.state') - Reddit
I'm getting "TypeError: undefined is not an object (evaluating 'navigation.state')" when I click on Logout tab button, look at
Read more >undefined is not an object (evaluating '_reactNative ... - YouTube
ERROR TypeError: undefined is not an object ( evaluating '_reactNative.Image.propTypes.resizeMode')React Native Download Video from url and ...
Read more >react-native-modal's Introduction - GithubHelp
undefined is not an object (evaluating '_this.backdropRef.transitionTo'). Hello I'm using expo,. After updating to SDK 19 with react-native 46 I get the ...
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
I confirm that Expo SDK 19.0.1 fixes the issue. Thanks for reporting @KeabetsweFx.
Hello guys, quick update just change the version of your npm package from 19.0.0 to 19.0.1 and this should work like before.