Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 0965f9a

Browse files
committed
Add react-native-picker-select to rn-cli.config.js
1 parent 0d7a2f4 commit 0965f9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mobile/rn-cli.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ module.exports = {
5252
__dirname,
5353
'node_modules/react-native-device-info'
5454
),
55+
'react-native-picker-select': path.resolve(
56+
__dirname,
57+
'node_modules/react-native-picker-select'
58+
),
5559
mobx: path.resolve(__dirname, 'node_modules/mobx'),
5660
'mobx-react': path.resolve(__dirname, 'node_modules/mobx-react'),
5761
'locale-currency': path.resolve(

0 commit comments

Comments
 (0)