Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colomeramonica/party-starter-native
It's like Tinder but for D&D parties
https://github.com/colomeramonica/party-starter-native
dnd expo gluestack-ui mobile react-native study-project typescript wip work-in-progress
Last synced: 10 days ago
JSON representation
It's like Tinder but for D&D parties
- Host: GitHub
- URL: https://github.com/colomeramonica/party-starter-native
- Owner: colomeramonica
- Created: 2024-07-16T10:15:12.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-17T13:22:15.000Z (6 months ago)
- Last Synced: 2024-11-08T01:52:07.458Z (2 months ago)
- Topics: dnd, expo, gluestack-ui, mobile, react-native, study-project, typescript, wip, work-in-progress
- Language: TypeScript
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://github.com/expo/expo) + [Gluestack-ui](https://ui.gluestack.io/) project template bootstrapped with [`create-expo-app`](https://docs.expo.dev/get-started/create-a-project/).
## Getting Started
First, run the development server:
```bash
# For web
yarn web
# For ios
yarn ios
# For android
yarn android
```You can start editing the page by modifying `App.tsx`. The page auto-updates as you edit the file.
This project uses [`@gluestack-ui`](https://ui.gluestack.io/docs/overview/introduction) library that provides optionally styled and accessible components. These components are designed for easy integration into applications developed with React and React Native.
## Learn More
To learn more about Expo + Gluestack UI template, take a look at the following resources:
- [Expo Documentation](https://github.com/expo/expo) - learn about Expo features and API.
- [Gluestack UI Documenatation](https://ui.gluestack.io/docs/overview/introduction) - learn about core concepts and architecture of gluestack-ui.
- [Gluestack Style Documentaion](https://style.gluestack.io/docs/overview/introduction) - learn about the universal styling library that is used in Gluestack-uiYou can check out:
- [the gluestack-ui GitHub repository](https://github.com/gluestack/gluestack-ui)
- [the gluestack-style GitHub repository](https://github.com/gluestack/gluestack-style)
Your feedback and contributions are welcome!