Levi Buzolic
d95c29d4bc
Enable regular and prominent BlurEffectStyles for iOS 10.0+ ( #276 )
...
Previously `regular`, `prominent` and `extraDark` were only available on tvOS. iOS 10.0+ adds support for `regular` and `prominent` according to the [BlurEffect.Style docs](https://developer.apple.com/documentation/uikit/uiblureffect/style ).
https://developer.apple.com/documentation/uikit/uiblureffect/style/regular
https://developer.apple.com/documentation/uikit/uiblureffect/style/prominent
`extraDark` Remains tvOS only.
2019-03-26 13:53:50 -04: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
10858e396b
Fixed all the issues with iOS, and allow individual blurAmounts (instead of one shared value.)
...
Also changed VibrancyView to be a subclass of BlurView.
2017-04-17 22:23:10 +07:00
Nathan Broadbent
53ec48c35c
Regenerated and updated Basic examples for latest RN
2017-04-11 17:13:24 +07:00
Eli Perkins
0b14d4d9db
Reference framework-level headers
...
This changed in React Native 0.40.0
2017-04-10 11:53:33 -04:00
Eli Perkins
794d4a581f
Clean up Xcode project file formatting
...
This diff was generated by Xcode, simply by opening the project.
2017-04-10 11:11:42 -04:00
Eli Perkins
9817055f87
Update example project to a version of React Native that matches the packages needs
...
React Native 0.42.0 wants a version of React that matches ~15.4.1, rather than ^15.5.0, so we’ll pin to that match for now.
2017-04-10 11:11:02 -04:00
Eli Perkins
33cec7d141
Link the example project against the development version of react-native-blur
...
This will allow for using the example project as a place to test out changes in the library itself.
2017-04-10 11:09:24 -04:00
Brad Adams
650160a25f
Misc. android fixes
...
+ Increase blur radius
+ Gradle react-native dependency
2016-11-09 01:56:23 +01:00
Brad Adams
f3ba2ee5d2
Basic example ios reverse toggle logic
2016-11-09 01:19:32 +01:00
Brad Adams
70799eca9b
Basic example package.json
...
Updated react-native-blur dependecy to use npm (v 1.1.2)
2016-11-09 01:13:46 +01:00
Brad Adams
60506cc934
iOS example updates
2016-11-09 01:12:53 +01:00
Brad Adams
5c578ec939
Basic example android index
...
Cleaned up android index, using new “local” bg image
2016-11-09 00:40:04 +01:00
Brad Adams
fc3cec683b
Update Basic example to latest dependencies
...
Update dependency versions and project files for iOS and Android
2016-11-09 00:24:07 +01:00
Michael Hancock
47dfe40b6a
Updated example to use ES6 features
...
Used imports instead of require.
Simplified imports and removed unused component View.
Background is now a const instead of var. <- ES6 prefers this
Removed dangling comma after background ```source={{uri: background, }}```
Generally example is more succinct and easier to understand for users only exposed to the new tools of ES6.
2016-07-01 09:12:28 +01:00
Connor McEwen
e1635f2b57
RN upgrade unlinked ios
2016-06-13 17:05:47 -04:00
Connor McEwen
a43683bb6a
Update to use latest React Native
2016-06-13 16:40:35 -04:00
Connor McEwen
475c029909
Add android support for BlurView
2016-06-13 15:55:46 -04:00
ahanriat
9c8e5ab062
Separate React from React Native
2016-05-06 11:35:18 +02:00
Kureev Alexey
79a8ab4aed
Fix problems with example project run
2015-10-06 00:11:17 +02:00
Kureev Alexey
fa879cacad
Fix typo in example
2015-10-05 22:57:44 +02:00
Kureev Alexey
870c08a32d
Link RNBlur to example
2015-10-05 22:43:20 +02:00
Kureev Alexey
66f35af8f3
Rebuild react-native-blur for RN-0.11.4
2015-10-05 22:42:23 +02:00