Skip to content

Commit

Permalink
Merge branch 'pr/62'
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Aug 10, 2016
2 parents a15c768 + e8dc132 commit 3345856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,14 @@ import com.facebook.react.shell.MainReactPackage;

import io.neson.react.notification.NotificationPackage; // <- Add this line

public class MainActivity extends ReactActivity {
public class MainApplication extends Application implements ReactApplication {

...

@Override
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
...
new NotificationPackage() // <- Add this line
);
}
Expand Down

0 comments on commit 3345856

Please sign in to comment.