A Clojurescript library for react-native-splash-screen
Tracking | Artifact |
---|---|
v3.2.0 | [re-renative/splash-screen "0.0.5"] |
In your react-native project:
yarn add react-native-splash-screen@v3.2.0 --save
react-native link 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? These fine people already did:
vinurs & Fabian AussemsEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close