react-native-community / jsc-android-buildscripts

Script for building JavaScriptCore for Android (for React Native but not only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public Maven Repos?

rrichardson opened this issue · comments

Thanks to everyone for working on this. It alleviates a huge pain in the RN community right now.

Is there any reason not to just run regular builds and publish them to public maven repos rather than have to build the deps at npm install time?

If there's no reason not to, maybe we can run a job in a public CI tool like Travis that builds and pushes a new versioned package every week or somesuch?

I now see that this follows the convention of react-native, which, I guess it's best to not require js devs to adopt java dev conventions :)