@hippy/react-web

Web Adapter for Hippy React

Usage no npm install needed!

<script type="module">
  import hippyReactWeb from 'https://cdn.skypack.dev/@hippy/react-web';
</script>

README

Hippy React Web

Web adapter for hippy-react.

Hippy Group

Introduction

@hippy/react-web is the web adapter for hippy-react, it keeps the same interface with hippy-react To make hippy-react app running in web browser.

The project is still working progress, contributions are welcome.

How to use

Make a alias in webpack config for web building will be ok.

// webpack-production.js
module.exports = {
  // ...
  // Other configs
  resolve: {
    alias: {
      // Make the the hippy-react-web alias to hippy-react
      '@hippy/react': '@hippy/react-web',
    },
  },
};

Project progress

Working Not Working
View RefreshWrapper
Text Navigator
Animation Modal
Image NetInfo
ListView
ScrollView
TextInput
ViewPager
WebView
VideoPlayer
Slider
TabHost