28 Commits

Author SHA1 Message Date
Yuta Kawabe
582907dfec Update React Native Android buildToolsVersion to 26.0.2 (#1441) 2017-10-30 18:30:51 +01:00
Kenneth Geisshirt
270604a347 RN Android uses OpenSSL package (#1405) 2017-10-11 21:58:27 +02:00
Ashwin Phatak
5547df3329 Check that Android NDK version 10e is being used for the build 2017-08-24 16:07:10 +05:30
Dmitry Patsura
ded541a759 [React-Native] Android - buildToolsVersion to 25.0.2 2017-05-02 10:56:03 +09:00
blagoev
bb9d3d5e2e Merge branch 'master' into gradle-use-dependencies-list 2017-04-20 23:58:16 +03:00
blagoev
8b1bec1123 enable android build on windows 2017-04-20 14:03:54 +03:00
David Howell
7702c3ec67 Move helper function out of the way 2017-04-19 14:01:22 +09:30
David Howell
be06e7d529 Avoid the use of npm, instead read versions from dependencies.list 2017-04-19 13:58:42 +09:30
blagoev
ca265dca93 Make sync build by default (unless turned off w/ buildWithSync) 2017-03-17 15:37:35 +01:00
David Howell
84ad9f7283 remove the find command and use gradle's replace method (#900) 2017-03-10 19:37:42 +00:00
Nabil Hachicha
fdf88c2f78 Adding a build type to switch between Core & Core+Sync 2016-11-14 13:26:33 +00:00
Nabil Hachicha
f764032ef5 fixing Android example 2016-11-12 10:47:36 +00:00
Scott Kyle
b06ee441bd Aligning mixpanel implementation with Java & Cocoa (#513)
Aligning mixpanel implementation with Java & Cocoa
2016-06-30 13:26:36 +01:00
Scott Kyle
c9c941aac9 Update apps to use React Native 0.22
React is now a peer dependency, which means we need to add it to our package.json for npm v3 to work properly.
2016-03-24 17:35:46 -07:00
Scott Kyle
4feea0ad6f Download Android core over HTTPS 2016-03-23 16:08:02 -07:00
Ari Lazier
b9475ad772 pr feedback 2016-03-21 11:46:34 -07:00
Ari Lazier
48199f6c08 share core version 2016-03-18 19:53:52 -07:00
Ari Lazier
765fe03317 fix for android core version 2016-03-03 14:50:39 -08:00
Scott Kyle
18b0d4bf49 Add Gradle task to generate Version class
This uses the version that's in the package.json file.
2016-02-18 13:58:12 -08:00
Scott Kyle
1b043eb957 Update everything to use React Native 0.20.0 2016-02-17 14:36:58 -08:00
Nabil Hachicha
7d7cd87fb3 using RN 0.19.+ as a Gradle dep 2016-02-17 20:21:48 +00:00
Scott Kyle
415b45be51 Use un-patched RN for Android by installing hook into JSC
This works by installing some assembly into JSGlobalContextCreateInGroup() that will immediately jump out into our own wrapper function so we always can inject the Realm constructor into the context.
2016-02-11 11:14:09 -08:00
Nabil Hachicha
49408ad767 cleanup build system 2016-02-11 15:42:10 +00:00
Nabil Hachicha
7afdbba2ed adding a 'publishAndroid' task to generate the AAR with prebuilt .so files 2016-02-10 16:11:36 -08:00
Scott Kyle
6c3782d05e Make our Android module buildable as a dependency
This enables apps that use `react-native link` to build without the error: "Configuration with name 'default' not found"
2016-02-08 14:22:04 -08:00
Nabil Hachicha
bf80fca2c0 Running chrome debug mode request on UI thread + using Facebook SoLoader instead of the Relinker + cleaning dependencies 2016-01-21 13:36:54 +00:00
Nabil Hachicha
8965aa80f7 fixed example, add Relinker to load JNI lib 2016-01-05 11:08:42 -08:00
Ari Lazier
8cb8b0729a move library to separate project 2016-01-05 11:08:42 -08:00