This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
14c7b25fcc
next.js
/
examples
/
with-react-native-web
/
.babelrc
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add with-react-native-web example (#3781) * Add with-react-native-web example Showcase the required work to use [react-native-web](https://github.com/necolas/react-native-web) with Next.js. * Repair lint warnings
2018-02-13 16:42:31 +00:00
{
"presets": ["next/babel"],
[change] Update RNW example (#4787)
2018-07-15 18:59:20 +00:00
"plugins": [
["react-native-web", { commonjs: true }]
]
Add with-react-native-web example (#3781) * Add with-react-native-web example Showcase the required work to use [react-native-web](https://github.com/necolas/react-native-web) with Next.js. * Repair lint warnings
2018-02-13 16:42:31 +00:00
}
Reference in a new issue
Copy permalink