Skip to content

Commit b0df105

Browse files
committed
Update README.md
1 parent c16a805 commit b0df105

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ npm install react-dom react-native-webview
3737
```javascript
3838
module.exports = {
3939
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
4042
babelTransformerPath: require.resolve('react-native-react-bridge/lib/plugin'),
4143
...
4244
},
@@ -119,6 +121,10 @@ const App = () => {
119121

120122
4. Start your React Native app!
121123

124+
## Limitations
125+
126+
TODO
127+
122128
## Demo
123129

124130
This repository includes demo app.

0 commit comments

Comments
 (0)