We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16a805 commit b0df105Copy full SHA for b0df105
README.md
@@ -37,6 +37,8 @@ npm install react-dom react-native-webview
37
```javascript
38
module.exports = {
39
transformer: {
40
+ // This detects entry points of React app and transforms them
41
+ // For the other files this will switch to use default `metro-react-native-babel-transformer` for transforming
42
babelTransformerPath: require.resolve('react-native-react-bridge/lib/plugin'),
43
...
44
},
@@ -119,6 +121,10 @@ const App = () => {
119
121
120
122
4. Start your React Native app!
123
124
+## Limitations
125
+
126
+TODO
127
128
## Demo
129
130
This repository includes demo app.
0 commit comments