Skip to content

Commit 33d336e

Browse files
author
Federico Feroldi
committed
Tentative fix for native-base Utils issue
1 parent 456a3fa commit 33d336e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ jobs:
272272
# Set Ruby Version for chruby
273273
- run: echo "ruby-2.4" > .ruby-version
274274

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+
275279
# Install bundle dependencies
276280
- run:
277281
name: Bundle Install

0 commit comments

Comments
 (0)