Skip to content

Latest commit

 

History

History

basic-rnw

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Basic React Native Web Example

How to use

Download the example or clone the whole project:

curl https://codeload.github.com/rayandrews/centarius/tar.gz/master | tar -xz --strip=2 centarius-master/examples/basic-rnw
cd basic-rnw

Install it and run:

npm install
npm run start

Idea behind the example

This example is to show how Centarius works with React Native Web by modifying document file just like Next and After