rua-ui

a mobile ui helper

Usage no npm install needed!

<script type="module">
  import ruaUi from 'https://cdn.skypack.dev/rua-ui';
</script>

README

RuaUI

A mobile-first all platform unified ui lib

For Web

Install dependencies

yarn add react-native-web babel-plugin-transform-decorators-legacy babel-plugin-transform-class-properties

Include packages that requires polyfill in your .babelrc file

{
  ...
  include: [
   'node_modules/rua-ui',
   'node_modules/react-native-elements',
   'node_modules/react-native-platform-touchable',
   'node_modules/react-native-vector-icons',
  ]
  ...
}