We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c50ac5 commit d596ff2Copy full SHA for d596ff2
2 files changed
README.md
@@ -34,9 +34,9 @@ const App = () => {
34
return (
35
<SafeAreaView>
36
<Button
37
- title="Open Google"
+ title="Open Nowie Tech"
38
onPress={() => {
39
- NitroInAppBrowser.open('https://www.google.com');
+ NitroInAppBrowser.open('https://nowietech.com');
40
}}
41
/>
42
</SafeAreaView>
react-native-nitro-in-app-browser/README.md
0 commit comments