This package has been deprecated

Author message:

hippy-react-web is no longer maintained, please use @hippy/react-web to instead

hippy-react-web
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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

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

Package Sidebar

Install

npm i hippy-react-web

Weekly Downloads

0

Version

2.0.0

License

Apache-2.0

Unpacked Size

130 kB

Total Files

32

Last publish

Collaborators

  • xuqingkuang