fix: Fix ios example error.
This commit is contained in:
9
example/react-native.config.js
Normal file
9
example/react-native.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
dependencies: {
|
||||
'@uiw/react-native-alipay': {
|
||||
root: path.join(__dirname, '..'),
|
||||
},
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user