mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-02-18 03:16:36 +00:00
* 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>
10 lines
161 B
JavaScript
10 lines
161 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = {
|
|
dependencies: {
|
|
'@react-native-community/blur': {
|
|
root: path.join(__dirname, '..'),
|
|
},
|
|
},
|
|
};
|