An open API service indexing awesome lists of open source software.

https://github.com/devklick/test-react-native-expo-flex

MRP documenting an issue with flex layout in react native using expo
https://github.com/devklick/test-react-native-expo-flex

Last synced: 2 months ago
JSON representation

MRP documenting an issue with flex layout in react native using expo

Awesome Lists containing this project

README

          

This project demonstrates how flexbox is behaving differently in react native with expo, compared to vanilla CSS on the web.

Example of how it functions on the web:

https://codesandbox.io/p/sandbox/react-typescript-forked-qkkghc

Steps to create this MRP:

1. npx create-expo-app@latest
2. cd test-flex
3. create app/index.tsx
4. delete unused files (tabs, etc)

Steps to run this MRP:

- Android: npm run android
- Web: npm run web