Screens
Description
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:
Calendar
Allows you to build a customisable calendar with events. Built around https://github.com/wix/react-native-calendars
Grids
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
Product page is a page for describing any goods you want to sell. It has an image slider, picker, description.
Charts
Our charts are customisable and built based on https://github.com/FormidableLabs/victory-native
Gallery
Screen for displaying images in instagram-style
User profile
Displays the profile info, social link, etc.
Chat and messages
You can build you own messaging system based on this screens.
Login/Registration screen
Last updated