Skip to content

Commit 00e0100

Browse files
gax97danilofatcat
andauthored
fix: typos in readme (#248)
Co-authored-by: danilofatcat <danilo.gacevic@fatcatcoders.com>
1 parent 4325696 commit 00e0100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ import { Provider } from 'react-redux';
9191

9292
const Root = () => {
9393
return (
94-
<React.Figment>
94+
<React.Fragment>
9595
<Provider store={store}>
9696
<App />
9797
<ModalPortal />
9898
</Provider>
99-
</React.Figment>
99+
</React.Fragment>
100100
)
101101
}
102102
```
@@ -108,7 +108,7 @@ import { ModalPortal } from 'react-native-modals';
108108
const id = ModalPortal.show((
109109
<View>
110110
{...}
111-
<View>
111+
</View>
112112
));
113113
```
114114

0 commit comments

Comments
 (0)