Skip to content

Commit d1c759f

Browse files
committed
Add package.json RubyGems Bundler config script
Ref: react-native-community/template#209
1 parent 69bd324 commit d1c759f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"setup": "allow-scripts",
7+
"setup:gems": "bundle config set --local path 'vendor/bundle' && bundle config set --local force_ruby_platform true",
78
"allow:auto": "allow-scripts auto",
89
"start": "react-native start",
910
"start:reset": "react-native start --reset-cache",

0 commit comments

Comments
 (0)