Skip to content

Commit bac9ad8

Browse files
committed
Updated docs.
1 parent 43c565f commit bac9ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/android-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The documentation that follows assumes you have generated a React Native Android project using the `react-native-cli`, i.e.:
66

77
```
8-
react-native init myapp
8+
react-native init ReactNativeAzureNotificationHubSample
99
```
1010

1111
In addition to the standard React Native requirements, you will also need to install the following Android SDK components with your prefered SDK management tools:
@@ -193,7 +193,7 @@ const channelShowBadge = true;
193193
const channelEnableLights = true;
194194
const channelEnableVibration = true;
195195

196-
class myapp extends Component {
196+
export default class App extends Component {
197197
constructor(props) {
198198
super(props);
199199
PushNotificationEmitter.addListener(DEVICE_NOTIF_EVENT, this._onRemoteNotification);

0 commit comments

Comments
 (0)