Skip to content

Commit c84376c

Browse files
authored
docs: Removes unused import in Native Modules example in native-modules-ios.md (facebook#4233)
1 parent 888a1f5 commit c84376c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/native-modules-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Find a place in your application where you would like to add a call to the nativ
140140
141141
```tsx
142142
import React from 'react';
143-
import {NativeModules, Button} from 'react-native';
143+
import {Button} from 'react-native';
144144
145145
const NewModuleButton = () => {
146146
const onPress = () => {

0 commit comments

Comments
 (0)