React Native for Web implementation of {target module}
$ 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}',
}
}
{ add link to the original module's docs }
{ if only some props are supported, list them }
{ if there are web-specific props, list them }
See the storybook.
PRs are welcome!