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
- Host: GitHub
- URL: https://github.com/devklick/test-react-native-expo-flex
- Owner: devklick
- Created: 2024-06-15T14:04:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T14:13:22.000Z (about 2 years ago)
- Last Synced: 2025-03-11T22:26:04.068Z (over 1 year ago)
- Language: TypeScript
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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