2.0.0 • Published 4 years ago

hippy-react-web v2.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

Hippy React Web

Web adapter for hippy-react.

Hippy Group

Introduction

hippy-react-web is the web adpater 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

WorkingNot Working
ViewRefreshWrapper
TextNavigator
AnimationModal
ImageNetInfo
ListView
ScrollView
TextInput
ViewPager
WebView
VideoPlayer
Slider
TabHost