Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. React Native

React Native

1149 projects

Showing 36 of 1148 projects

react-native-home-pressed
react-native-home-pressedJava

A React Native module for Android that detects home and recent app button presses.

#native-module#hardware-buttons#android
Stars25
Forks11
Last commit2 years ago
react-native-actionsheet-native
react-native-actionsheet-nativeJava

A React Native library that provides an ActionSheet component for Android, equivalent to iOS's ActionSheetIOS.

#native-module#actionsheet#native-modules
Stars25
Forks11
Last commit9 years ago
react-native-braintree-android
react-native-braintree-androidJava

A React Native module for integrating Braintree's native Drop-in Payment UI on Android.

#ecommerce#android#drop-in-ui
Stars25
Forks11
Last commit10 years ago
react-native-animated-styles
react-native-animated-stylesJavaScript

A React Native library for smoothly animating components between two style states, similar to CSS class transitions.

#style-transitions#animation#frontend
Stars24
Forks3
Last commit
react-native-square-view
react-native-square-view

A React Native component that renders a square view that adapts to its parent container dimensions.

#flexbox#layout#square-view
Stars24
Forks5
Last commit9 years ago
react-native-segment-control
react-native-segment-controlJavaScript

A swipeable SegmentedControl component for React Native apps with customizable segments and smooth transitions.

#segment#animated-tabs#tabs
Stars24
Forks7
Last commit7 years ago
MeteorNative Boilerplate
MeteorNative BoilerplateJavaScript

A React Native and Meteor boilerplate with Redux for building full-stack mobile apps.

#boilerplate#mobile-app#react-native
Stars24
Forks7
Last commit10 years ago
react-native-expand
react-native-expandJavaScript

A React Native component for creating expandable/collapsible panels with customizable content.

#mobile-ui#ios#ui-component
Stars24
Forks1
Last commit8 years ago
rn-nodeify
rn-nodeifyJavaScript

Enables use of Node.js core modules and npm packages in React Native apps by installing shims and patching dependencies.

#npm-modules#react-native#nodejs
Stars24
Forks5
Last commit8 years ago
react-native-rating-element
react-native-rating-elementJavaScript

A React Native library for customizable star ratings with decimal support, direction-aware layouts, and custom icons/images.

#mobile-ui#star-rating-component#rating-component
Stars24
Forks5
Last commit
rn-ab-hoc
rn-ab-hocJavaScript

A React Native higher-order component for A/B testing that randomly or forcibly renders variant components.

#variant-management#experimentation#a-b-testing
Stars24
Forks3
Last commit8 years ago
react-native-intercom-native
react-native-intercom-nativeObjective-C

A React Native module for integrating Intercom customer messaging platform into mobile apps.

#hacktoberfest#ios#android
Stars23
Forks6
Last commit5 years ago
Hydropuzzle
HydropuzzleJavaScript

A surreal tech adventure game for iOS and Android built with React Native.

#ios#android#hydropuzzle
Stars23
Forks12
Last commit2 years ago
react-native-mongoose
react-native-mongooseJavaScript

A Mongoose-like object data modeling library for React Native using AsyncStorage as the persistence layer.

#mobile-database#mongoose-odm#data-modeling
Stars23
Forks5
Last commit7 years ago
iGap Plus
iGap PlusJavaScript

An open-source cross-platform messaging client for the iGap messenger platform, built with React Native.

#instant-messaging#ios#secure-messenger
Stars23
Forks5
Last commit8 years ago
Versioning React Native Application in elegant way (cross-platformely)
Versioning React Native Application in elegant way (cross-platformely)Objective-C

A React Native example project demonstrating how to sync app version from package.json using npm version bump.

#android-gradle#version-management#example
Stars23
Forks2
Last commit
react-native-simple-encryption
react-native-simple-encryptionObjective-C

Provides XOR and base64 encryption/decryption functions for React Native applications.

#mobile-security#data-protection#xor-cipher
Stars23
Forks6
Last commit9 years ago
React-Native-Substrate-Sign
React-Native-Substrate-SignRust

A React Native library providing Rust-based cryptographic functions for Substrate, Polkadot, and Ethereum blockchains.

#polkadot#substrate#react-native
Stars23
Forks6
Last commit5 years ago
react-native-email-chip
react-native-email-chipTypeScript

A customizable React Native component for displaying and managing email addresses as chips.

#ios#text-input#android
Stars23
Forks4
Last commit2 years ago
react-native-asciimage
react-native-asciimageObjective-C

A React Native component that renders images from ASCII art descriptions, useful for generating small icons in UI.

#ios#ui-icons#ascii-art
Stars23
Forks2
Last commit11 years ago
react-native-hypertext
react-native-hypertextObjective-C

A React Native module for rendering clickable hyperlinks within text components.

#ios#android#hyperlink
Stars22
Forks10
Last commit10 years ago
react-native-ichart
react-native-ichartJavaScript

A React Native wrapper for the iChart.js library, enabling interactive chart rendering in mobile apps.

#ios#line-chart#interactive
Stars22
Forks4
Last commit10 years ago
react-native-cookiemanager
react-native-cookiemanagerJava

A React Native library for managing cookies on iOS and Android platforms.

#native-module#ios#authentication
Stars22
Forks12
Last commit9 years ago
react-native-leveldown
react-native-leveldownJava

Native bindings to LevelDB for React Native, exposing a leveldown-compatible interface.

#mobile-database#ios#storage
Stars22
Forks5
Last commit4 years ago
eslint-config-kingstinct-react-native
eslint-config-kingstinct-react-nativeJavaScript

TypeScript-based ESLint configuration for Node, React, and React Native with support for YML and GraphQL.

#developer-tools#linter#airbnb-config
Stars22
Forks2
Last commit
rn-translate-template
rn-translate-templateJavaScript

A React Native i18n template that loads only the device's language plus English to minimize memory usage.

#template#internationalization#react-native
Stars22
Forks6
Last commit9 years ago
react-native-des
react-native-desObjective-C

A DES encryption and decryption library for React Native applications.

#mobile-security#data-protection#des
Stars22
Forks4
Last commit2 years ago
react-native-localsearch
react-native-localsearchObjective-C

A React Native module for iOS MapKit Local Search to find points of interest within a geographic region.

#native-module#ios#geolocation
Stars21
Forks7
Last commit1 year ago
react-native-kill-packager
react-native-kill-packagerJavaScript

A CLI tool that kills the React Native packager process running on port 8081 to resolve port conflicts.

#packager#port-management#npm-package
Stars21
Forks2
Last commit10 years ago
React Native with Django backend
React Native with Django backendJavaScript

A React Native mobile demo app for a commenting board with Django backend, supporting both iOS and Android.

#ios#rest-api#android
Stars21
Forks2
Last commit4 years ago
react-native-amap
react-native-amapJava

A React Native component for integrating AMap (Gaode Map) Android SDK into mobile applications.

#gaode-map#native-modules#android
Stars21
Forks4
Last commit9 years ago
react-native-new-feature
react-native-new-featureTypeScript

A lightweight React Native component to display new feature announcements in a 'What's New' style.

#react-native-new-feature#ui-component#whats-new
Stars20
Forks3
Last commit2 years ago
react-native-android-video
react-native-android-videoJava

A React Native Android video component using ExoPlayer with better performance than react-native-video.

#android#react-native#mobile-development
Stars20
Forks2
Last commit3 years ago
react-native-search
react-native-searchObjective-C

iOS native search bar component for React Native applications.

#ios#search-bar#objective-c
Stars20
Forks4
Last commit10 years ago
react-native-realtime-pusher
react-native-realtime-pusherObjective-C

A React Native module implementing the Pusher Realtime API for Android and iOS applications.

#event-driven#ios#native-modules
Stars20
Forks3
Last commit8 years ago
react-native-cosmos
react-native-cosmosJavaScript

Developer experience tool for testing React Native components with interactive props and state fixtures.

#fixtures#developer-tools#react-native
Stars20
Forks0
Last commit10 years ago
PreviousPage 28 of 32

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
3 years ago
3 years ago
9 years ago
3 years ago
Next
#Mobile Development582
#Ios489
#Android460
#Cross Platform356
#Ui Components354
#Javascript232
#React202
#Mobile Ui171
#Mobile App109
#Frontend101
#Typescript86
#Native Modules76