A Clojurescript library for react-native-splash-screen Meant for use with reagent and re-frame
Tracking | Artifact |
---|---|
v3.2.0 | [re-native/splash-screen "0.0.2"] |
In your re-natal project:
npm i react-native-splash-screen@v3.2.0 --save
react-native link react-native-splash-screen
re-natal use-component react-native-splash-screen
in your file require:
[re-renative.splash-screen :refer [hide-splash-screen]]
and in your component
:component-did-mount
(fn [this]
(hide-splash-screen))
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close