We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456a3fa commit 33d336eCopy full SHA for 33d336e
.circleci/config.yml
@@ -272,6 +272,10 @@ jobs:
272
# Set Ruby Version for chruby
273
- run: echo "ruby-2.4" > .ruby-version
274
275
+ # TODO: possibly remove this after the following issue has been fixed:
276
+ # https://github.com/GeekyAnts/NativeBase/issues/1957
277
+ - run: [ -d node_modules/native-base/dist/src/Utils ] && mv node_modules/native-base/dist/src/Utils node_modules/native-base/dist/src/utils
278
+
279
# Install bundle dependencies
280
- run:
281
name: Bundle Install
0 commit comments