Navigation in React Native
Navigation Series: Part-1
Jun 6, 20216 min read149

Search for a command to run...
Articles tagged with #expo
Navigation Series: Part-1

What are components? Conceptually, components are like JavaScript functions. They accept arbitrary inputs (called “props”) and return React elements describing what should appear on the screen. A simple component is just a javascript function. Here, ...

What is Expo? Expo is a set of tools and services built around React Native and native platforms that help you develop, build, deploy, and quickly iterate on iOS, Android, and web apps from the same JavaScript/TypeScript codebase. How to set up your ...
