React-Native productFlavors (Error type 3: Activity class does not exist)

前端 未结 6 2308
粉色の甜心
粉色の甜心 2021-02-20 06:50

I want to use 2 productFlavors for my Android App: live and staging.

In app/build.grandle I defined them like this: <

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-20 07:38

    There is a pull request pending for React Native that will fix this issue.

    Until then you can simply replace /node_modules/react-native/local-cli/runAndroid/runAndroid.js with the runAndroid.js file from the pull request.

提交回复
热议问题