All Projects → expo → Fyi

expo / Fyi

Little bits of information that you may find useful when interacting with Expo tools and service. Append the markdown filename to https://expo.fyi/ to get a quick link to it.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fyi

Heapstats
JVMTI agent and JavaFX analyzer to gather JVM runtime information for after-the-fact analysis.
Stars: ✭ 126 (-19.75%)
Mutual labels:  troubleshooting
Expo Cli
Tools for creating, running, and deploying universal Expo and React Native apps
Stars: ✭ 1,993 (+1169.43%)
Mutual labels:  expo
Kubectl Debug
Debug your pod by a new container with every troubleshooting tools pre-installed
Stars: ✭ 2,091 (+1231.85%)
Mutual labels:  troubleshooting
Apollo Universal Starter Kit
Apollo Universal Starter Kit is an SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and ultimate code reuse.
Stars: ✭ 1,645 (+947.77%)
Mutual labels:  expo
React Native Starter
🚀A powerful react native starter template that bootstraps development of your mobile application
Stars: ✭ 1,798 (+1045.22%)
Mutual labels:  expo
Expo Dark Mode Switch
A beautiful React dark mode switch component for iOS, Android, and Web
Stars: ✭ 137 (-12.74%)
Mutual labels:  expo
Npx Visualize Bundle
Analyse your React Native bundle in 1 command
Stars: ✭ 125 (-20.38%)
Mutual labels:  expo
Typescript Mern Starter
Build a real fullstack app (backend+website+mobile) in 100% Typescript
Stars: ✭ 154 (-1.91%)
Mutual labels:  expo
React Native Chart Kit
📊React Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)
Stars: ✭ 1,997 (+1171.97%)
Mutual labels:  expo
Expo Docs
This repo will be replaced soon. Please hold off on PRs to this repo.
Stars: ✭ 147 (-6.37%)
Mutual labels:  expo
React Native Css Gradient
React Native css gradients - react-native-linear-gradient with css gradient support
Stars: ✭ 129 (-17.83%)
Mutual labels:  expo
Kubernetes Troubleshooting Book
Kubernetes 排错指南
Stars: ✭ 130 (-17.2%)
Mutual labels:  troubleshooting
Reason Expo
ReasonML bindings for Expo
Stars: ✭ 140 (-10.83%)
Mutual labels:  expo
Rnn Starter
🤹 Production-ready starter for your next React Native App! Powered by cli-rn, React Native Navigation, Expo, Reanimated 2, Notifications, Over-The-Air Updates, Mobx, Dark Mode, and Localization.
Stars: ✭ 127 (-19.11%)
Mutual labels:  expo
React Native Nav Transition
React Native Nav Transition
Stars: ✭ 154 (-1.91%)
Mutual labels:  expo
Snack React Native Apps
List of react native apps on https://snack.expo.io
Stars: ✭ 126 (-19.75%)
Mutual labels:  expo
React Native Boilerplate
A React Native boilerplate with Expo, Redux, React Navigation, Styled Components and some 💕 included.
Stars: ✭ 135 (-14.01%)
Mutual labels:  expo
Tiktok Clone
Clone of the TikTok app layout with React Native
Stars: ✭ 160 (+1.91%)
Mutual labels:  expo
Atdatabases
TypeScript clients for databases that prevent SQL Injection
Stars: ✭ 154 (-1.91%)
Mutual labels:  expo
Typescript Expo Apollo Boilerplate
Clean boilerplate for TypeScript + Expo (React Native) + React Apollo (GraphQL)
Stars: ✭ 144 (-8.28%)
Mutual labels:  expo

expo.fyi

tl;dr: it's a tool to link people to markdown files in https://github.com/expo/fyi with a concise and pretty link, eg: https://expo.fyi/bundle-identifier

What is it?

This website is a useful URL shortener that users to a markdown file on the https://github.com/expo/fyi repository. For example, https://expo.fyi/bundle-identifier will redirect the user to https://github.com/expo/fyi/blob/master/bundle-identifier.md.

It is useful to remove any friction to creating a shareable link to a persistent explanation of some piece of knowledge that is useful to developers using Expo tools.

Why might I want to use this?

Imagine that you're working on expo-cli and want to add more context on some terminology that you are using in a prompt to the user. Maybe you need to ask them for a "bundle identifier". You want to make sure that the user has easy access to more information about what that means, but you don't want to inline a whole explanation of it and crowd the interface. At the same time, you can't be bothered to create a docs page for this, or maybe the existing docs page doesn't provide the most relevant context for the situation the user is in. That's understandable. So instead let's just create a FYI!

How do I create a FYI?

💡FYI

  • You can add any arbitrary string like this-does-not-exist to the URL and it will just bring you to the GitHub 404 pages: https://expo.fyi/this-does-not-exist. You probably do not want to do this, so instead create a file and link to it, and don't delete the file if it's linked to from somewhere already.
  • If you go to https://expo.fyi it will just redirect you to the GitHub repo
  • You can create your own domain like this by cloning https://github.com/expo/expo-fyi - a small service that you can deploy to now.sh. Customize the URLs it uses in index.js.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].