Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 86d562e

Browse files
author
Boris Tacyniak
authored
Merge pull request #1941 from isamu/patch-1
Documentation update, fix indentation
2 parents 2e2226d + f031ce7 commit 86d562e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ public class MainApplication extends Application implements ReactApplication {
228228
@Override
229229
protected List<ReactPackage> getPackages() {
230230

231-
return Arrays.<ReactPackage>asList(
232-
new MainReactPackage(),
233-
new ReactNativePushNotificationPackage() // <---- Add the Package
234-
);
231+
return Arrays.<ReactPackage>asList(
232+
new MainReactPackage(),
233+
new ReactNativePushNotificationPackage() // <---- Add the Package
234+
);
235235
}
236236
};
237237

0 commit comments

Comments
 (0)