oney / react-native-gcm-android

GCM for React Native Android
MIT License
172 stars 76 forks source link

Uncomment toast,clipboard,netinfo modules in MainReactPackage #45

Open AbilashK opened 8 years ago

AbilashK commented 8 years ago

When we do conditional requiring for components based on app state(killed or running) it is not possible to separate modules like toast inside react-native like we do for third party modules. So the base react-native package should include all the default modules. Should fix https://github.com/oney/react-native-gcm-android/issues/40

AbilashK commented 8 years ago

@oney Is there any reason why these modules were commented out?

psrustik commented 8 years ago

@oney Is there any reason why these modules were commented out