Closed mehcode closed 8 years ago
An example is expected.
Definitely. Coming within the week.
Example is now available for android; iOS soon after
@mvaivre @pewh @dunhuang
@mehcode Demo works, thanks a lot !
One very minor thing you might want to specify is the theme for the DevSettingsActivity:
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity"
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
Otherwise the activity uses the splash screen image as the background which made it difficult to read in my case.
@ryankask Good point. I'd suggest we move the theme to the Activity instead of the Application however.
True. I actually adapted this solution for 0.27 and the theme is on the activity. I don't know much about Android dev though so perhaps I made a mistake in that process. :)
On Thursday, 4 August 2016, Ryan Leckey notifications@github.com wrote:
@ryankask https://github.com/ryankask Good point. I'd suggest we move the theme to the Activity instead of the Application however.
https://github.com/mehcode/rn-splash-screen/blob/master/ example/android/app/src/main/AndroidManifest.xml#L13-L29
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mehcode/rn-splash-screen/issues/1#issuecomment-237664302, or mute the thread https://github.com/notifications/unsubscribe-auth/AAE_4xAJ7Q21M1pzOFcBHoZ8eHU8ajTPks5qckMTgaJpZM4I7fPB .
Fully documented and an example is now available for iOS as well. 🎉
Stage 1
Stage 2
Stage 3
This package. This stage ends when it is hidden by javascript.