7 Commits

Author SHA1 Message Date
Lorenzo Sciandra
7ea4ced223 Update build.gradle
Quick fix that would make the project ready for gradle 2.3. I've tested it both with gradle 2.2.3 and 2.3, worked well in both.

[Reference](https://stackoverflow.com/questions/42644226/no-sdkhandler-field-in-libraryplugin-after-updating-to-build-tools-2-3-0)

(reason: I've updated my rn proj to sdk 26, build tools 26 and newer gradle)
2017-08-23 16:22:07 +01:00
Lorenzo Sciandra
495c93134e Fix for 0.47
createJSModules is now not required on Android from RN 0.47; This is required to build an app on 0.47 & should be backwards compatible.
2017-08-04 14:05:07 +01:00
Gaëtan Renaudeau
16d46c50cf wip 2017-07-05 14:53:52 +02:00
Kesha Antonov
bdc952dd32 fix name to recent 2017-05-09 14:15:47 +03:00
Gaëtan Renaudeau
8de5082d68 feat(gl-react-native): LRU on GLImages, only keep 50 latest images to not leak 2017-04-19 19:18:39 +02:00
Gaëtan Renaudeau
436e468b6f gl-react-native: experimental support of texture. support local/distant images 2017-03-13 15:50:21 +01:00
Gaëtan Renaudeau
cf49cf717f first impl of gl-react-native (wip)
it works but remain some bugs and image texture is not yet supported
2017-02-28 22:11:40 +01:00