urbanairship / react-native-airship

Airship React Native module
Other
88 stars 62 forks source link

AndroidManifest missing @style/LandingPageStyle #77

Closed digitalhobo closed 6 years ago

digitalhobo commented 6 years ago

hello

react-native-module/android/src/main/AndroidManifest.xml is missing "@style/LandingPageStyle" on line 42

<activity android:name="com.urbanairship.reactnative.CustomLandingPageActivity"
            android:exported="false"
            android:theme="**@style/LandingPageStyle**">
idrakimuhamad commented 6 years ago

Yeah I faced this too in #76. For now I've downgraded to 1.3.2

rlepinski commented 6 years ago

Yes sorry, 1.4.0 was a bad upgrade with missing commits. I fixed iOS in 1.4.1 yesterday but I made a mistake and did not verify Android. We will release 1.4.2 today.

rlepinski commented 6 years ago

Fixed in 1.4.2

digitalhobo commented 6 years ago

👍