We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393cb2d commit b35e5fdCopy full SHA for b35e5fd
1 file changed
react-native.config.js
@@ -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