You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class MainApplication extends Application implements ReactApplication {
167
-
// ...
168
-
169
-
@Override
170
-
protected List<ReactPackage> getPackages() {
171
-
return Arrays.<ReactPackage>asList(
172
-
new MainReactPackage(),
173
-
new ReactNativeConfigPackage() // add package
174
-
);
175
-
}
176
-
```
177
139
178
-
#####Advanced Setup
140
+
#### Advanced Android Setup
179
141
180
142
In `android/app/build.gradle`, if you use `applicationIdSuffix` or `applicationId` that is different from the package name indicated in `AndroidManifest.xml` in `<manifest package="...">` tag, for example, to support different build variants:
0 commit comments