Skip to content

react-native-web-community/example-new-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-web-{name}

React Native for Web implementation of {target module}

Getting started

$ npm install react-native-web-{name} --save

Alias the package in your webpack config:

resolve: {
    alias: {
        'react-native': 'react-native-web',
        ...
        '{target-module}': 'react-native-web-{name}',
    }
}

Usage

{ add link to the original module's docs }

{ if only some props are supported, list them }

{ if there are web-specific props, list them }

Examples

See the storybook.

Contributing

PRs are welcome!

About

A repo that you can copy to start a new react-native-web library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published