react-native-blur/example/react-native.config.js
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

10 lines
161 B
JavaScript

const path = require('path');
module.exports = {
dependencies: {
'@react-native-community/blur': {
root: path.join(__dirname, '..'),
},
},
};