0.0.2 • Published 3 years ago
ratingajman v0.0.2
ratingajman
Usage
// Load the module
import {FloatingRating} from 'ratingajman';
// Within your render function, assuming you have a file called
// "background.mp4" in your project. You can include multiple videos
// on a single screen if you like.
<SafeAreaView style={{flex: 1, justifyContent: 'center'}}>
<FloatingRating lang={1} top={350} />
</SafeAreaView>
Prerequisites
Please add the following packages to your app before using this plugin so everything is correctly linked up with
the app that needs to use this plugin. Do not forget to run pod install
in /ios
after installing below:
- @expo/react-native-action-sheet
- @react-native-community/async-storage
- @react-native-community/checkbox
- @react-native-community/netinfo
- @react-navigation/native
- @react-navigation/native-stack
- @unsw-gsbme/react-native-keep-awake
- react-native-audio-recorder-player
- react-native-blob-util
- react-native-circular-progress
- react-native-device-info
- react-native-document-picker
- react-native-floating-action
- react-native-fs
- react-native-image-picker
- react-native-mov-to-mp4
- react-native-pdf
- react-native-permissions
- react-native-safe-area-context
- react-native-screens
- react-native-star-rating
- react-native-svg
- react-native-textarea
- react-native-vector-icons
- react-native-video
- react-redux
- redux
- redux-logger
- redux-persist
- redux-thunk