Commit Graph

14 Commits

Author SHA1 Message Date
Gianluca Spada 2fcc595bc3 feat: Add Fabric support (#493)
* build(deps): update react-native

* feat: codegen setup for BlurView component

* feat: add basic Fabric component for BlurView (iOS)

* feat(iOS): implement updateProps Fabric method

* feat(iOS): migrate VibrancyView

* feat(Android): add code for new and old architecture

* chore: update dependencies and example app

* fix(iOS): interface VibrancyViewComponentView

* refactor: separate codegen specs by platform

* refactor: rename Android component file to avoid a bug in Codegen

* refactor: delete/rename files

* refactor: conditionally include Fabric code in the original views

* refactor: remove unnecessary code in build.gradle
2022-11-03 17:50:33 +01:00
Lorenzo Sciandra 2bbc512083
refactor: migrate example app to use RNTA (#484)
init'd RNTA

fix build step

nit: improvement

remove old example app

last tweak
2022-07-29 12:23:36 +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
Mikael Sand 25935dc504
Merge pull request #363 from react-native-community/dependabot/npm_and_yarn/acorn-7.1.1
Bump acorn from 7.1.0 to 7.1.1
2020-04-09 01:23:01 +03:00
Mikael Sand 1fc3f97a33
Merge pull request #339 from react-native-community/dependabot/npm_and_yarn/lodash-4.17.15
Bump lodash from 4.17.11 to 4.17.15
2020-04-09 01:22:35 +03:00
Mikael Sand e1c124e90e
Merge pull request #336 from react-native-community/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
2020-04-09 01:22:16 +03:00
dependabot[bot] 259d7a2d84
Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-08 12:15:13 +00:00
Mikael Sand 4293c00b34 chore: upgrade deps 2020-04-08 15:14:14 +03:00
dependabot[bot] 2ab6bc7f0b
Bump acorn from 7.1.0 to 7.1.1
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-13 23:10:47 +00:00
Mikael Sand e751138c44 chore: fix linting 2019-11-08 23:32:40 +02:00
Mikael Sand fa3673794b chore: upgrade devDependencies 2019-11-08 23:24:47 +02:00
dependabot[bot] 138cd8eaf5
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-08 21:22:45 +00: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