Add react-native-picker-select to rn-cli.config.js

parent 0d7a2f42
......@@ -52,6 +52,10 @@ module.exports = {
__dirname,
'node_modules/react-native-device-info'
),
'react-native-picker-select': path.resolve(
__dirname,
'node_modules/react-native-picker-select'
),
mobx: path.resolve(__dirname, 'node_modules/mobx'),
'mobx-react': path.resolve(__dirname, 'node_modules/mobx-react'),
'locale-currency': path.resolve(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment