Commit Graph

14 Commits

Author SHA1 Message Date
Mikael Sand 9b5ffd1496
Merge pull request #360 from kontist/renderscript-support-library-remains
Remove RenderScript Support Library remains
2020-04-08 14:45:33 +03:00
Mikael Sand 0ad8a535bd
Merge pull request #354 from SaeedZhiany/patch-1
Load Android Gradle Plugin conditionally
2020-04-08 14:45:09 +03:00
David Guerin 47a199ef98
Feat/eightbitlab blurview (#358)
* Update build.gradle

* Update build.gradle

* feat(android-blurview): migrate to com.eightbitlab.blurview

* fix(types): proptypes and typescript

- removed viewRef references

* fix(offset): fixing offset on android

* feat(harmonized-behavior): blurview can now have children on android

- Same behavior on iOS and Android now

* Update BlurView.android.js

* Update index.js.flow

* Create App.js

* Delete App.android.js

* Delete App.ios.js

* Update README.md
2020-03-04 17:46:11 +00:00
Jakob Krigovsky 5e5fc2f30d Remove RenderScript Support Library remains
Since 7dc337ab1b, we use the native (android.renderscript) APIs anyway. See also https://developer.android.com/guide/topics/renderscript/compute#access-rs-apis.
2020-03-02 11:48:24 +01:00
SaeedZhiany 2d4c8cf5c4
Load Android Gradle Plugin conditionally
Also, bumped default gradle configs versions
2020-02-12 10:25:28 +03:30
Mikael Sand fcba6ea8b7 chore: fix linting 2019-11-09 00:48:08 +02:00
Nicolas Charpentier c0f33b951d
Regenerate example app (#303) 2019-03-26 14:52:44 -04:00
rmevans9 fbb427502e Make this work with RN 56 (#283)
* Make this work with RN 56

* Don't forget to checkin the method too...
2019-03-26 13:50:39 -04:00
Kesha Antonov cc0f3c4f23 upd build tools (#239)
* upd build tools

* Update build.gradle
2017-10-15 23:16:05 +02:00
Nathan Broadbent e32ab5f1e0 Make API consistent for Android and iOS, so can use `blurAmount` and `blurType` on both. 2017-04-17 23:17:01 +07:00
Nathan Broadbent 90bcaf7786 Fixed react-native dependency to work with any version from the parent project 2017-04-14 21:50:10 +07:00
Nathan Broadbent cf2e7348b8 Added proper error messages when using BlurView incorrectly, and updated README. 2017-04-11 16:47:43 +07:00
Nathan Broadbent a0802c0e99 Fixed blur on Android 2017-04-10 23:55:58 +07:00
Connor McEwen 475c029909 Add android support for BlurView 2016-06-13 15:55:46 -04:00