com.facebook.react.shell.MainReactPackage Java Examples
The following examples show how to use
com.facebook.react.shell.MainReactPackage.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: MainApplication.java From dingo with GNU General Public License v3.0 | 6 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RNFirebasePackage(), new RNGestureHandlerPackage(), new ReanimatedPackage(), new SplashScreenReactPackage(), new ProxiedFetchReactPackage(), new PIPVideoPlayerPackage(), new AndroidYouTubePlayerPackage(), new BackgroundTimerPackage(), new TrackPlayer(), new SQLitePluginPackage(), new RNFirebaseCrashlyticsPackage() ); }
Example #2
Source File: MainApplication.java From react-native-twilio-chat with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RCTTwilioChatPackage() ); }
Example #3
Source File: MainApplication.java From react-native-mercadopago-checkout with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new CheckoutMercadoPagoPackage() ); }
Example #4
Source File: MainApplication.java From react-native-secure-key-store with ISC License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RNSecureKeyStorePackage() ); }
Example #5
Source File: MainApplication.java From react-native-node with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RNNodePackage() ); }
Example #6
Source File: MainApplication.java From react-native-fingerprint-identify with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RNFingerprintIdentifyPackage(), new LottiePackage() ); }
Example #7
Source File: MainApplication.java From react-native-version-check with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RNVersionCheckPackage() ); }
Example #8
Source File: MainApplication.java From react-native-pixel-color with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new ImageResizerPackage() ); }
Example #9
Source File: MainApplication.java From react-native-directed-scrollview with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new DirectedScrollViewPackage() ); }
Example #10
Source File: MainActivity.java From react-native-datetime with MIT License | 5 votes |
/** * A list of packages used by the app. If the app uses additional views * or modules besides the default ones, add more packages here. */ @Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RCTDateTimePickerPackage(this) ); }
Example #11
Source File: MainApplication.java From react-native-prompt-android with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.asList( new MainReactPackage(), new RNPromptPackage() ); }
Example #12
Source File: MainApplication.java From react-native-get-sms-android with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new SmsPackage() ); }
Example #13
Source File: MainApplication.java From aurora-imui with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new ReactIMUIPackage(), new RNFSPackage() ); }
Example #14
Source File: MainApplication.java From react-native-audio-streaming with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new ReactNativeAudioStreamingPackage() ); }
Example #15
Source File: MainApplication.java From react-native-android-kit with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RNAKPackage() ); }
Example #16
Source File: MainApplication.java From react-native-filesystem with Apache License 2.0 | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RNFileSystemPackage() ); }
Example #17
Source File: MainApplication.java From react-native-idfa with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new IDFAPackage() ); }
Example #18
Source File: MainApplication.java From react-native-speech with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new speechModulePackage() ); }
Example #19
Source File: MainApplication.java From things-notification with Apache License 2.0 | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new NotificationPackage() ); }
Example #20
Source File: MainApplication.java From react-native-tensorflow with Apache License 2.0 | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RNTensorFlowPackage() ); }
Example #21
Source File: ShareApplication.java From react-native-share-extension with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new SharePackage() ); }
Example #22
Source File: MainApplication.java From react-native-ethereum with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new TestPackage() ); }
Example #23
Source File: MainApplication.java From photo-viewer with Apache License 2.0 | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new MerryPhotoViewPackage() ); }
Example #24
Source File: MainApplication.java From react-native-message-compose with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RNMessageComposePackage() ); }
Example #25
Source File: MainApplication.java From react-native-collapsing-toolbar with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new VectorIconsPackage(), new RNCollapsingToolbarPackage(), new RNNestedScrollViewPackage() ); }
Example #26
Source File: MainApplication.java From react-native-twitterkit with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new ReactTwitterKitPackage(CONSUMER_KEY, CONSUMER_SECRET) ); }
Example #27
Source File: MainApplication.java From react-native-obd2 with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RnspReactPackage(), new SensorManagerPackage(), new ReactNativeDialogsPackage(), new VectorIconsPackage(), new ReactNativeOBD2Package() ); }
Example #28
Source File: MainApplication.java From react-native-SmartRefreshLayout with Apache License 2.0 | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new LottiePackage(), new SmartRefreshLayoutPackage(), new VectorIconsPackage() ); }
Example #29
Source File: MainApplication.java From react-native-text-gradient with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new RNTextGradientPackage() ); }
Example #30
Source File: MainApplication.java From react-native-GPay with MIT License | 5 votes |
@Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new GooglePayPackage() ); }