Skip to content

Commit

Permalink
docs: change js to tsx (#3808)
Browse files Browse the repository at this point in the history
  • Loading branch information
duguyihou authored Jul 30, 2023
1 parent ae6bb1e commit 40016ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/native-components-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = requireNativeComponent('RNTMap');
```

```tsx title="MyApp.tsx"
import MapView from './MapView.js';
import MapView from './MapView.tsx';

...

Expand Down

0 comments on commit 40016ad

Please sign in to comment.