mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-12 09:20:14 +08:00
Tweak formatting in Android template
Reviewed By: mkonicek Differential Revision:D2812482 Ninja: Doesn't affect any fb apps or code, purely for open source fb-gh-sync-id: 4d190354112e3f002405686769dcc409e3394c3c
This commit is contained in:
committed by
facebook-github-bot-6
parent
b9c5f753aa
commit
e46736219c
@@ -34,6 +34,7 @@ public class MainActivity extends ReactActivity {
|
||||
@Override
|
||||
protected List<ReactPackage> getPackages() {
|
||||
return Arrays.<ReactPackage>asList(
|
||||
new MainReactPackage());
|
||||
new MainReactPackage()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user