Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (14 loc) · 1.05 KB

Expo Router Instagram responsive layout demo using SCSS

Use expo-router to build universally responsive navigation using files in the app/ directory.

Demo

Check out the web demo here. Pull the app and run in Expo Go to see the results on native.

Check out this sandbox to edit the code inside your browser.

Responsive

A tab navigator that works well in landscape or portrait mode, same code used across web and native.

responsive.mp4

No JavaScript, No Problem

On web, responsive CSS is used to ensure styles work even before the JavaScript has loaded.

js-disabled.mp4

📝 Notes