Screens
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

Calendar Screen
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:
- 1.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.


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.



Last modified 5yr ago