We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efb8c3 commit da874e2Copy full SHA for da874e2
example/App.js
@@ -18,7 +18,7 @@ import {
18
StatusBar,
19
Linking,
20
} from 'react-native';
21
-import {InAppBrowser} from 'react-native-inappbrowser-reborn';
+import { InAppBrowser } from 'react-native-inappbrowser-reborn';
22
23
const instructions = Platform.select({
24
ios: 'Press Cmd+R to reload,\n' + 'Cmd+D or shake for dev menu',
@@ -32,7 +32,7 @@ type ComponentState = {
32
statusBarStyle: string
33
}
34
35
-export default class App extends Component<> {
+export default class App extends Component<ComponentState> {
36
constructor(props) {
37
super(props);
38
0 commit comments