Thibault Malbranche
359231ec81
chore: update Readme.md to reflect new maintainer
2022-07-21 13:36:57 +02:00
Thibault Malbranche
3c3cbe3527
refactor: typescript, hooks, build.gradle & podspec fixes and moved to bob ( #476 )
...
* Migrated code to typescript thanks to @YanislavSpaceIQ
* Refactored everything to use https://github.com/callstack/react-native-builder-bob
* Fix podfile dependency on "React"
* Fix build.gradle issues with jcenter
Co-authored-by: YanisSpaceIQ <yanislav.konashchuk@spaceiq.com>
2022-07-21 13:19:30 +02:00
Thomas P
2bebdee70f
Cleanup and update README.md
...
* Clarify projects should not link the module with autolinking
* Suggest the "standard" way of installing pods with `pod install`
* Remove the obsolete `viewRef` prop from the example
2020-05-18 10:19:29 +02:00
Evan Bacon
72ca260c46
Recommend pod-install for setup instructions
...
We've been recommending devs use `npx pod-install` since it will attempt to install cocoapods CLI if it's not available on the computer (cite [React Navigation setup guide](https://reactnavigation.org/docs/getting-started/#installing-dependencies-into-a-bare-react-native-project )). This has proved very useful for Expo users who are now migrating to the bare workflow and want to use community packages in their projects.
2020-04-24 21:34:32 -07:00
Alan Kenyon
bd54c4c87c
readme update
2020-04-08 09:28:05 -07:00
Mikael Sand
6843dbb0e9
Merge pull request #349 from sebinq/master
...
Add new iOS blurs featured in iOS 13+
2020-04-08 14:47:03 +03:00
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
Toni
aeb9395c7d
Update README.md
...
Fixed example code
2020-04-01 13:48:12 +02: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
Sebastian Trebunak
3be75fe2e7
Update README.md
2020-01-18 09:58:52 +01:00
Sebastian Trebunak
aff7ab1729
add options to README
2020-01-18 09:56:21 +01:00
Roman Ruiz-Esparza
ecf5f98f1e
add `pod install` to readme ( #306 )
...
* Update README.md
* Update README.md
* Update README.md
2019-08-26 23:09:34 -05:00
Hani Mohammed
7d22e48eef
Fix typo ( #316 )
...
Small fix but is still a fix after all.
2019-08-26 23:08:28 -05:00
Nicolas Charpentier
2dca68fc99
Rename to @react-native-community/blur everywhere
2019-03-27 08:56:38 -04:00
Nicolas Charpentier
fcdf9d7fbb
Update library name
2019-03-27 08:37:52 -04:00
Nicolas Charpentier
0d47aadc35
Rename to @react-native-community/blur
2019-03-26 15:19:34 -04:00
Nicolas Charpentier
e24b67a3ae
Add instruction on project-wide properties ( #305 )
2019-03-26 15:02:28 -04:00
Nicolas Charpentier
c0f33b951d
Regenerate example app ( #303 )
2019-03-26 14:52:44 -04:00
Nicolas Charpentier
c0b9a6e62f
Configure Eslint & Prettier ( #302 )
2019-03-26 14:19:21 -04:00
Harun Smrkovic
6bdcefecae
Change order of components to the correct one ( #287 )
...
Text below says that `Image` will be blurred because it is below `BlurView`, but this is not the case in code example.
Also, new code example renders correctly, as described in text below.
2019-03-26 13:54:20 -04:00
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
Ali Najafizadeh
bac52dfc89
Update Readme to reflect the Android compile issue ( #227 )
...
According to [this](https://stackoverflow.com/a/36586107/828487 ), there is a bug related to ` which has been fixed in `gradle-plugin 2.1.0` and `Build-Tools 23.0.3`. This PR simple update the doc to reflect that
2017-08-10 10:26:33 +02:00
Julien K
8ce7270c72
[tvOS] Update README.MD ( #220 )
...
* [docs] Folder that contains assets for documentation
* [tvOS] Update Readme
Update readme to show how to setup react-native-blur on tvOS
* [Gitignore] Add docs folder
2017-07-09 23:38:50 +02:00
Julien K
e41c7dbcd5
[tvOS] Add new blur types and setNativeProps ( #210 )
...
* [BlurView] Add tvOS blurTypes
* [BlurView] Add setNativeProps to use it in touchablehightlight
* [BlurView] Add blurTypes of tvOS
* [README] Add tvOS blur types
* [VibrancyView] Add setNativeProps
2017-06-26 14:43:33 +02:00
Alexey
691731964e
Update README.md
2017-04-17 22:53:45 +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
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
pmadruga
19bce47289
More clear installation documentation
2017-04-12 11:22:38 +02: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
94a7d002e5
Update README with required steps on Android
2017-04-11 01:17:48 +07: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
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
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
0210160c0a
Update README.md
2016-11-09 10:52:27 +01:00
Arthur Parmentier
676de66539
Updated doc
2016-10-31 16:11:40 +01:00
Jake Hasler
6b3e1ae24b
Updated README with new instructions
2016-10-27 19:52:26 -06:00
Manas
ee886e6211
Adds npm version badge
2016-09-26 12:27:31 +05:30
Wira Siwananda
af74914f9d
Create section to troubleshoot Native component for 'BlurView' does not exist warning
2016-08-20 22:32:22 +08:00
Connor McEwen
c6d6e533cf
Add android info in the README
2016-06-13 16:48:20 -04:00
Alexey
4c764ac6a3
Update README.md
2015-12-13 23:59:07 +01:00
Alexey
138df184bc
Update README.md
2015-12-13 23:57:32 +01:00
Alexey
f280ae294d
Update README.md
2015-12-13 23:56:08 +01:00
Kureev Alexey
9578c1168e
Updated installation process in README
2015-10-06 00:19:51 +02:00
Kureev Alexey
db76f5ce41
Adjust README examples
2015-10-05 22:56:18 +02:00
Kureev Alexey
4050bd27f1
Update README according to new version
2015-10-05 22:53:37 +02:00
Kureev Alexey
c65add6819
Add README back
2015-10-05 22:47:33 +02:00