Andrew Goodale

Results 17 comments of Andrew Goodale

Disallowing the use of more complex types like Date, Map, Set might be problematic for cursor users down the road. I know there is something nice about having state that...

@janicduplessis Yes I tried to fix this issue in #727. It also seemed wrong that the Flow plugin was parsing TypeScript files, so I changed that as well. I had...

This comment describes why enabling `allowDeclareFields` is a breaking change: https://github.com/facebook/metro/pull/727#discussion_r748725857 I think the only way this issue can be fixed safely is to provide a new metro config option...

The React Native minimum iOS version is 9, which has an incomplete implementation of ES2015. I think many of these plugins will still be needed to support that version of...

@karanjthakkar The issue is #272 . The issue that causes problems with React refs also pertains to class components in general, at least when those components have non-default constructors.

@janicduplessis @motiz88 Is there anything folks in the community can do to help move this along? It'd be nice to get this in now that modern JavaScriptCore is available on...

@oblador , @motiz88 I created a PR to try to address this by allowing the runtime version to be passed in via babel config. What do you think?

There's a community alternative JSC that works well: https://github.com/SoftwareMansion/jsc-android-buildscripts#how-to-use-it-with-my-react-native-app

@govi Have you tried the JavaScriptCore from this project? https://github.com/SoftwareMansion/jsc-android-buildscripts We have been using it in a couple of RN apps on Android, and it's great having a modern, ES2015...

@govi We've been using it for several months on a new app running on Android 4.2-5.1 and haven't had any issues. We don't use the date `toLocaleString` function that caused...