Browse Source

Added ellipsis in methods calls on android linking (#46)

Akinn Rosa 4 years ago
parent
commit
91dfbbbb36
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

70
 protected List<ReactPackage> getPackages() {
70
 protected List<ReactPackage> getPackages() {
71
     return Arrays.asList(
71
     return Arrays.asList(
72
             new MainReactPackage(),
72
             new MainReactPackage(),
73
+            ...
73
             new SafeAreaContextPackage()
74
             new SafeAreaContextPackage()
74
     );
75
     );
75
 }
76
 }