Daniel Zuzevich
Daniel Zuzevich
Sure why not.
More reading https://reactnative.dev/docs/native-modules-android#synchronous-methods
@viktorasl I'm surprised other people haven't had a problem with this. What do you think about providing an async version of the setup method that returns a promise (I know...
Cool. Sounds great! =)
Ah I see. Don't over extend yourself, but this library is helpful! We are using it in an app on Play and iOS stores.
If you care about getting the users email address, the 2.0 version of the api doesn't give you it btw. My app currently works with 2.0, but then gives me...
Is the code responsible for this located here? https://github.com/babel/babel/blob/master/packages/babel-preset-env/src/targets-parser.js#L145
Excuse my naivety on this issue(and the Babel project in general), but why cant the node field in targets just have a simple true or false value, and require that...
This looks pretty delicious.