- Run
gulp android-add-rn-version --abi=XX.X.X
intools
. - Add the new
expoview-abiXX_X_X
project as a dependency ofandroid/app/build.gradle
. - Open
android/versioned-abis/expoview-abiXX_X_X/build.gradle
and add missingexpo-payments-stripe
andexpo-constants
dependencies. - Remove
abiXX_X_X/expo/modules/print/PrintDocumentAdapter*Callback.java
. - Fix
abiXX_X_X.….R
(compilation will error) references and change them toabiXX_X_X.host.exp.exponent.R
. - Open
VersionedUtils.java
and change two last arguments ofExponentPackage
constructor tonull
s. - Open
PayFlow.java
inabiXX_X_X
and fixBuildConfig
reference (importabiXX_X_X.host.exp.….BuildConfig
). - Open
ExponentPackage.java
inabiXX_X_X
and remove offending line withExponentKernelModuleProvider
increateNativeModules
.
tools
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||