Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.77 KB

File metadata and controls

34 lines (20 loc) · 1.77 KB

Using with React Native Web

Starting from version 4.1, UI Kitten has built-in support for use in web sites using React Native Web.

IMPORTANT
This has not yet been widely used in production and we consider thus feature to be experimental. However, you can follow instructions below to configure your app running in browser.

Starting from a scratch

In case you're going to start your project from a scratch, follow the Installation Guide. This will create an Expo application with all needed configuration done. After that, simply follow Usage Guides.


Existing Expo Applications

Read the great documentation from Expo team to add web support in existing Expo projects.


Regular React Native Applications

In case you don't use Expo, and have already initialized React Native Application using react-native init, please follow official React Native Web Guide.


Usage

If you already have all in place, UI Kitten does not force you creating any additional web-specific configuration. Just use it as is. The next step to create a multi-platform app would be Creating a Sample Screen Guide and launching it on both mobile device and browser.