Fork me on GitHub
#cljsrn
<
2017-05-23
>
kurt-o-sys06:05:45

just wondering about splash screens... well, I'm pretty new to cljsrn and I never did any RN, so, how d'you do splash screens? Is it worth using a library like https://github.com/remobile/react-native-splashscreen , or should I just stick to the more manual way?

wojciech07:05:54

Splash screens are native-native, not react-native, because they get displayed before the app (and the first RN screen) load

wojciech07:05:53

I wouldn't use a 3rd party module for that, just look for a tutorial and do it directly in Xcode / Android Studio

kurt-o-sys07:05:50

@wojciech ok, thanks! The libs seemed a bit odd to me as well, just wanted to have some confirmation that I'm doing something terribly stupid to stick to the 'native-native' way.

pesterhazy10:05:26

Both are attempts to use the react-native api in the browser

pesterhazy20:05:35

I think I'm ready to package react-native-web for cljsjs, if anyone is interested

carocad20:05:00

@pesterhazy are you making a blog post or gist or similar?

carocad20:05:43

I am curious about it but so far I have not actually realized its advantages nor why would I use it

pesterhazy21:05:54

I had the same doubts

pesterhazy21:05:04

I'll make a gist at least

pesterhazy21:05:04

my immediate use case is to build a reduce the amount of work needed to make a web preview of a RN app