TypeScript Expo

Open-source TypeScript projects categorized as Expo

Top 23 TypeScript Expo Projects

  • expo

    An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

    Project mention: Como Foi O Front In Floripa? 🤔 | dev.to | 2023-11-28
  • ignite

    Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more!

    Project mention: Been trying to start an app from scratch but had an epiphany, could I download pre-made open source apps or templates as starting points, and just change some elements to make it essentially my own app? | /r/reactnative | 2023-07-01
  • Appwrite

    Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.

  • create-t3-turbo

    Clean and simple starter repo using the T3 Stack along with Expo React Native

    Project mention: Good repo examples | /r/reactnative | 2023-11-26

    You can checkout https://github.com/t3-oss/create-t3-turbo which is based on https://create.t3.gg

  • react-native-chart-kit

    📊React Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)

    Project mention: React Native ECharts, Victory Native, or React Native Chart Kit: Deciphering the Ideal Charting Solution for React Native in 2023 | /r/reactnative | 2023-06-12

    (Image source: https://github.com/indiespirit/react-native-chart-kit))

  • Bangumi

    :electron: An unofficial https://bgm.tv app client for Android and iOS, built with React Native. 一个无广告、以爱好为驱动、不以盈利为目的、专门做 ACG 的类似豆瓣的追番记录,bgm.tv 第三方客户端。为移动端重新设计,内置大量加强的网页端难以实现的功能,且提供了相当的自定义选项。 目前已适配 iOS / Android / WSA、mobile / 简单 pad、light / dark theme、移动端 SPA。

  • expo-cli

    Tools for creating, running, and deploying universal Expo and React Native apps

    Project mention: Expo app completely unresponsive when using Expo Camera and navigating away while recording | /r/reactnative | 2023-01-19
  • vscode-react-native

    VSCode extension for React Native - supports debugging and editor integration

    Project mention: Rant on react native | /r/reactnative | 2023-05-20

    Every time I turn on 'debug from remote,' the FPS drops to 2-3 FPS. I believe it's a known issue as well, which you can find more information about here.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • quirk

    ✨🐙 A GPL Licensed Cognitive Behavioral Therapy app for iOS and Android. Currently a teaching tool

  • data-client

    Async State Management without the Management

    Project mention: SWR VS rest-hooks - a user suggested alternative | libhunt.com/r/swr | 2023-02-05

    Provides data fetching, but handles mutations better by using reactive paradigms.

  • app-monorepo

    Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.

    Project mention: What kind of wallet holds most of your Ethereum-native assets? | /r/ethereum | 2023-06-08

    Here a few links in case you want to try out some different wallets: * https://safe.global * https://metamask.io * https://trezor.io * https://onekey.so * https://keyst.one

  • router

    [ARCHIVE]: Expo Router has moved to expo/expo -- The File-based router for universal React Native apps (by expo)

    Project mention: Realm Database, Expo SDK 49 and Expo Router Getting Started | dev.to | 2023-08-14

    Steps for building a simple mobile application using Expo SDK, Expo Router, and MongoDB Realm in React Native and plain Javascript.

  • react-native-bundle-visualizer

    See what packages are increasing your react-native bundle size 📦

    Project mention: Using Raycaster without WebGLRenderer | /r/threejs | 2023-05-30

    I just tried to change different ways of importing threejs and used react-native-bundle-analyzer to compare the bundle sizes, here are the results:

  • react-native-template-obytes

    📱 A template for your next React Native project: Expo, PNPM, TypeScript, TailwindCSS, Husky, EAS, GitHub Actions, Env Vars, react-navigation, react-query, react-hook-form.

    Project mention: I don’t know where to start. | /r/reactnative | 2023-11-19
  • react-native-action-sheet

    A cross-platform ActionSheet for React Native

    Project mention: How to create a menu with options in React Native? [Screenshot] | /r/reactnative | 2023-05-24

    Eventually i settled for https://github.com/expo/react-native-action-sheet and it gets the job done, even though it is not what the intended ui is

  • react-native-actions-sheet

    A Cross Platform(Android, iOS & Web) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.

    Project mention: What is this type of navigation called? | /r/reactnative | 2023-06-12

    rnas, try this one

  • CUA

    (no longer maintained) create-universal-app(CUA) is an opinionated template for creating fullstack universal apps (Expo, Next, tRPC, Prisma, Clerk, Solito, Tamagui)

    Project mention: How to architect a Web and Mobile React Native app | /r/reactnative | 2023-03-19

    Bias: I maintain a fullstack universal app template called CUA that uses Expo/Nextjs/tRPC/Solito/Tamagui.

  • react-native-notifier

    Fast and simple in-app notifications for React Native

    Project mention: Toast Library recommendation | /r/reactnative | 2023-06-29

    There you go: https://github.com/seniv/react-native-notifier

  • react-native

    📓 Storybook for React Native! (by storybookjs)

    Project mention: Storybook integration experience? | /r/reactnative | 2023-11-02

    I’m being tasked with migrating a “kitchen sink” of components (currently rendered with a feature flag & Stack navigation) to a more separate feature. They’ve decided on Storybook. I didn’t ask why as my contractor role wasn’t available to help w decision making at the time.

  • expo-server-sdk-node

    Server-side library for working with Expo using Node.js

  • react-native-collapsible-tab-view

    A cross-platform Collapsible Tab View component for React Native

    Project mention: Using React Native Collapsible Tab View to create tabs with icons? | /r/reactnative | 2023-07-09

    Hey everyone. Does anyone know how I can create tabs with icons using React Native Collapsible Tab View ?

  • expo-three

    Utilities for using THREE.js on Expo

    Project mention: Anyone managed to successfully deploy three.js software to another platform? | /r/threejs | 2023-02-20

    react-native is a multi threaded native app with three running on native GL apis, driven by a js vm. it doesn't mean that you need to use react semantics, in fact most native three apps on mobile are probably still vanilla https://github.com/expo/expo-three or raw webgl https://docs.expo.dev/versions/latest/sdk/gl-view both phonegap and cordova are just embed browsers, that's the reason google finds you RN.

  • showtime-frontend

    Showtime makes digital collectibles useful, accessible and social.

  • fx-fotos

    "Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-11-28.

TypeScript Expo related posts

Index

What are some of the best open-source Expo projects in TypeScript? This list will help you:

Project Stars
1 expo 24,792
2 ignite 16,001
3 create-t3-turbo 3,458
4 react-native-chart-kit 2,651
5 Bangumi 2,588
6 expo-cli 2,570
7 vscode-react-native 2,558
8 quirk 2,164
9 data-client 1,855
10 app-monorepo 1,634
11 router 1,347
12 react-native-bundle-visualizer 1,333
13 react-native-template-obytes 1,276
14 react-native-action-sheet 1,259
15 react-native-actions-sheet 1,228
16 CUA 1,006
17 react-native-notifier 961
18 react-native 883
19 expo-server-sdk-node 696
20 react-native-collapsible-tab-view 679
21 expo-three 662
22 showtime-frontend 661
23 fx-fotos 652
Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
getonboard.dev