We are thankful towards :

  1. react-native: React Native is an open-source mobile application framework created by Facebook. It is used to develop applications for Android, iOS, Web and UWP by enabling developers to use React along with native platform capabilities.
  2. yarn: Yarn is a package manager that doubles down as project manager.
  3. axios: Promise based HTTP client for the browser and node.js
  4. redux: A Predictable State Container for JS Apps.Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
  5. react-redux: React Redux is the official React binding for Redux. It lets your React components read data from a Redux store, and dispatch actions to the store to update data.
  6. redux-logger: Logger for Redux
  7. redux-persist: Persist and rehydrate a redux store
  8. redux-thunk: Thunk middleware for Redux
  9. redux-persist-fs-storage: Redux Persist storage engine for React Native file system
  10. react-native-facebook-account-kit: Facebook Account Kit SDK wrapper for React Native
  11. react-native-firebase: Simple Firebase integration for React Native
  12. react-native-fs: Native filesystem access for react-native
  13. react-native-location: Native GPS location support for React Native.
  14. react-native-maps: React Native Mapview component for iOS + Android
  15. react-native-maps-directions: Directions Component for `react-native-maps`
  16. react-native-vector-icons: Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling.
  17. react-native-reanimated: React Native’s Animated library reimplemented.Reanimated provides a more comprehensive, low level abstraction for the Animated library API, giving you much greater flexibility, control and performance. Combine it with react-native-gesture-handler for performant gesture-based interactions.
  18. react-native-navigation: React Native Navigation provides 100% native platform navigation on both iOS and Android for React Native apps.
  19. rn-placeholder: Display some placeholder stuff before rendering your text or media content in React Native
  20. react-native-contacts: Used for accessing contacts in the devices.
  21. react-native-date-picker: A datepicker for Android and iOS. Including date, time and datetime picker mode.
  22. react-native-fast-image: Performant React Native image component.
  23. react-native-gesture-handler: Declarative API exposing platform native touch and gesture system to React Native.
  24. react-native-google-places-autocomplete: Customizable Google Places autocomplete component for iOS and Android React-Native apps
  25. react-native-image-crop-picker: iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
  26. react-native-community/async-storage: An asynchronous, persistent, key-value storage system for React Native.
  27. react-native-community/audio-toolkit: Cross-platform audio library for React Native
  28. react-native-community/datetimepicker: React Native date & time picker component for iOS and Android
  29. react-native-community/netinfo: React Native Network Info API for Android & iOS
  30. react-native-keyboard-aware-scrollview: A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
  31. react-native-material-menu: Pure JavaScript material menu component for React Native
  32. react-native-permissions: An unified permissions API for React Native on iOS and Android
  33. react-native-rating-star: A React Native component for generating and displaying interactive star ratings.
  34. react-native-sms: RN component to send an SMS with a callback.
  35. react-native-snackbar: Material Design “Snackbar” component for Android and iOS.
  36. react-native-snap-carousel: Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.
  37. react-native-webview: React Native Cross-Platform WebView
  38. react-native-background-timer: Used to emit event periodically (even when app is in the background).