Marco Ledesma
Marco Ledesma
I've seen some third party packages tackle this like this package https://www.npmjs.com/package/react-native-popover-menu It may not be a native solution to the platform, but the experience is the same.
Did you find any resolution for this @jshearer ?
I also downgraded my app back to .57.x. Spent a day trying to fix it with no fix :(. Crossing my fingers for the next release!
@mtford90 That's awesome! I can't wait to try the table release when it's out :)
@hhunaid in my case, I use decorators (i.e. @observer @action, etc.) with MobX that is only supported in later versions of javascript engines. Thats why I would want to use...
Hey sobri909. First off, great work on this! It's been a pleasure to use so far. I have the above implemented and everything is working great. The only issue that...
Thanks! boxSizeMaker did the trick
Invariant Violation: Module AppRegistry is not a registered callabel module (calling runApplication)
Getting this same issue but only on Android. Very weird :(
Invariant Violation: Module AppRegistry is not a registered callabel module (calling runApplication)
Fixed the issue on my end by double checking that i modified all the files correctly during my RN upgrade, then running `watchman watch-del-all`, and `react-native start --reset-cache`. Then on...