react-native-comitium

1.1.3 • Public • Published

REACT NATIVE COMITIUM

These proyect allow you to create a comitium react application easily.

How it works?

It works via composition. ComitiumApp is the main app and you have to set their props with simple json data. You can check the available data here.

import { ComitiumApp } from 'react-native-comitium';

<ComitiumApp
    webView={webView}
    backButton={backButton}
    favoriteButton={favoriteButton}
    favoriteMenuItem={favoriteMenuItem}
    favoritesScene={favoritesScene}
    header={header}
    mainScene={mainScene}
    menu={menu}
    menuItem={menuItem}
    menuItems={menuItems}
    navButton={navButton}
    search={search}
    shareButton={shareButton}
    socialNetworkButton={socialNetworkButton}
    socialNetworkIcons={socialNetworkIcons}
    welcomeCarousel={welcomeCarousel}
    slide={slide}
    oneSignal={oneSignal}
/>
INSTALLATION

yarn add react-native-comitium

DEPENDENCIES

React Navigation

https://reactnavigation.org/docs/en/getting-started.html

One signal

https://documentation.onesignal.com/docs/react-native-sdk-setup

EXAMPLE

These is a fully workaround app which can help you as starting point Example client app

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-comitium

Weekly Downloads

1

Version

1.1.3

License

none

Unpacked Size

510 kB

Total Files

62

Last publish

Collaborators

  • oscarjg
  • babsoft