How to set the splash screen for react-native android

后端 未结 3 1913
北海茫月
北海茫月 2020-12-04 17:59

How does one set a splash screen for react-native android, I can\'t find anything on the topic and I thought it was odd.

Thanks

3条回答
  •  萌比男神i
    2020-12-04 18:11

    Did you try to use this? I came across this a few days ago. Works fine on iOS but I haven't tested it yet on Android. You should have node >= 6 and imageMagic installed. (for mac: brew install imagemagic)

    npm install -g yo generator-rn-toolbox
    yo rn-toolbox:assets --splash IMGAE --android
    

提交回复
热议问题