Skip to content

Commit da874e2

Browse files
authored
Update App.js
1 parent 8efb8c3 commit da874e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
StatusBar,
1919
Linking,
2020
} from 'react-native';
21-
import {InAppBrowser} from 'react-native-inappbrowser-reborn';
21+
import { InAppBrowser } from 'react-native-inappbrowser-reborn';
2222

2323
const instructions = Platform.select({
2424
ios: 'Press Cmd+R to reload,\n' + 'Cmd+D or shake for dev menu',
@@ -32,7 +32,7 @@ type ComponentState = {
3232
statusBarStyle: string
3333
}
3434

35-
export default class App extends Component<> {
35+
export default class App extends Component<ComponentState> {
3636
constructor(props) {
3737
super(props);
3838

0 commit comments

Comments
 (0)