Skip to content

Commit b35e5fd

Browse files
authored
react native config
1 parent 393cb2d commit b35e5fd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

react-native.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
dependencies: {
3+
'blinkid-react-native': {
4+
platforms: {
5+
ios: {
6+
podspecPath: `${__dirname}/node_modules/blinkid-react-native/blinkid-react-native.podspec`,
7+
}
8+
},
9+
},
10+
},
11+
};

0 commit comments

Comments
 (0)