116 Commits

Author SHA1 Message Date
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
Alexey
9629416b4b Merge pull request #165 from bilby91/patch-1
Fix android installation docs
2017-03-31 21:30:53 +02:00
Martín Fernández
325e263f37 Fix android installation docs 2017-03-30 17:54:54 -03:00
Alexey
461b82d4a6 Update README.md 2017-02-01 11:58:25 +01:00
Alexey
15b740fa1d Update Android instructions 2017-02-01 11:57:45 +01:00
Alexey
36c128f3d7 Merge pull request #139 from morelazers/update-readme-for-android
Update README.md
2017-01-08 13:09:33 +01:00
Tom Nash
5b47f940ca Update README.md
Change installation instructions so it's more difficult to miss the crucial android part
2017-01-06 23:16:49 +00:00
Alexey Kureev
977e8820c1 Release v2.0.0. 2017-01-06 11:07:57 +01:00
Alexey Kureev
243a9571be Release v1.3.0. 2017-01-06 11:05:21 +01:00
Alexey
d7694f6533 Merge pull request #137 from jgkim/react-native-40
Update iOS header imports for RN 0.40
2017-01-06 11:04:28 +01:00
James G. Kim
19295fcd1d Update iOS header imports for RN 0.40 2017-01-06 02:34:46 +09:00
James G. Kim
438fc538d3 Fix linking error 2017-01-06 02:33:38 +09:00
Alexey Kureev
0368993af2 Release v1.2.1. 2017-01-04 16:58:42 +01:00
Alexey
be9defac16 Merge pull request #131 from gitim/fix-duplicate-symbol-error
Fix duplicate symbols error in xcode
2017-01-04 16:58:24 +01:00
Timur Gibadullin
8e7ccb58ea Fix duplicate symbols error in xcode 2016-12-21 14:54:04 +03:00
Alexey
763b0b1bc0 Merge pull request #129 from Baransu/patch-1
Update `rnpm` to `react-native link`
2016-12-12 09:41:52 +01:00
Tomasz Cichocinski
47d0c160c6 Add plugin name at the end of react-native link 2016-12-10 15:54:04 +01:00
Tomasz Cichocinski
9ec701f9fb Update rnpm to react-native link
Updating documentation according to #118
2016-12-09 22:59:34 +01:00
Alexey Kureev
b4c836d5a7 Release v1.2.0. 2016-11-21 15:29:58 +01:00
Alexey
912099cfa8 Merge pull request #119 from getreup/master
makes blurview and vibrancyview cliptobounds
2016-11-21 15:26:16 +01:00
KelseyRegan
6d47336921 makes blurview and vibrancyview cliptobounds
makes blurview and vibrancyview cliptobounds so they can have rounded
corners
2016-11-11 21:21:26 -08:00
Alexey Kureev
49c01e5002 Release v1.1.3. 2016-11-11 12:20:42 +01:00
Alexey
9afe2cb1c6 Merge pull request #113 from StevenLambion/master
Moved creation of _visualEffectView out of layoutSubviews
2016-11-11 12:18:03 +01:00
Alexey
0210160c0a Update README.md 2016-11-09 10:52:27 +01:00
Alexey
5a4d25552d Merge pull request #114 from breadadams/master
Updated Basic examples to rn 0.36.0 + other misc. changes
2016-11-09 10:51:03 +01: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
Steven Lambion
9eba3f72ac Moved creation of _visualEffectView out of layoutSubviews 2016-11-07 10:38:17 -08:00
Alexey
abf323b288 Create LICENSE 2016-11-06 16:25:50 +01:00
Alexey Kureev
add0e2546f Release v1.1.2. 2016-11-04 15:41:29 +01:00
Alexey
a61011b3ad Merge pull request #108 from karolkozub/master
Fix incorrectly assigning an NSNumber to blurEffect which resulted in a crash on -layoutSubviews
2016-11-04 15:40:52 +01:00
Karol Kozub
b7f2913f4e Fix incorrectly assigning an NSNumber to blurEffect which resulted in a crash on -layoutSubviews 2016-11-02 13:01:22 +01:00
Alexey Kureev
16107328bc Release v1.1.1. 2016-10-31 16:16:55 +01:00
Alexey
44f9d0dcc7 Merge pull request #104 from arthur31416/master
Added blurAmount to defaultProps
2016-10-31 16:15:23 +01:00
Arthur Parmentier
676de66539 Updated doc 2016-10-31 16:11:40 +01:00
Arthur Parmentier
34c673ebe2 Added blurAmount to defaultProps 2016-10-31 15:59:27 +01:00
Alexey Kureev
0ce1afb5fc Release v1.1.0. 2016-10-30 13:21:41 +01:00
Alexey
7e6443ac82 Merge pull request #102 from jakehasler/feature-blur-amount
Ability to Adjust Blur Amount
2016-10-30 13:20:07 +01:00
Jake Hasler
2d8c41e79d One more fix 2016-10-29 09:20:00 -06:00
Jake Hasler
cf1b12eef6 Variable Fix 2016-10-29 09:14:04 -06:00
Jake Hasler
6b3e1ae24b Updated README with new instructions 2016-10-27 19:52:26 -06:00
Jake Hasler
fd1d7452fa New BlurAmount class, adjusted required propType 2016-10-27 01:19:43 -06:00
Alexey
8380fd4b89 Merge pull request #96 from prometheansacrifice/adding-npm-version-badge
Adds npm version badge
2016-09-27 15:26:56 +02:00