Skip to content

Instantly share code, notes, and snippets.

View ionut-movila's full-sized avatar

Ionut Movila ionut-movila

View GitHub Profile
@jeremyclee
jeremyclee / appcenter-pre-build.sh
Created May 20, 2018 04:18
Pre-Build script for MS AppCenter to resolve React-Native/NDK R17 compile error
#!/usr/bin/env bash
# Reverts the Android NDK version to r16b from r17 to resolve a react native compile issue:
# https://github.com/facebook/react-native/issues/19321
# https://github.com/android-ndk/ndk/issues/700
set -ex
# set env vars
export ANDROID_NDK_VERSION='r16b'