Screens
Last updated
Last updated
Screens are place inside src/screens
folder and they render the complete UI for any part of your project. Screens are simply receiving props from outside and render the data. Here's the list of awailable screens:
Allows you to build a customisable calendar with events. Built around https://github.com/wix/react-native-calendars
We have 3 grid styles available. This screens are receiving data from props and render in a way you choose. You can choose from 3 different styles:
Simple bricks
2. One-line grid
3. One-line informative grid
Product page is a page for describing any goods you want to sell. It has an image slider, picker, description.
Our charts are customisable and built based on https://github.com/FormidableLabs/victory-native
Screen for displaying images in instagram-style
Displays the profile info, social link, etc.
You can build you own messaging system based on this screens.