Feature/new folder stucture#1
Merged
Merged
Conversation
- Replace Yarn with Bun for dependency management. - Update .gitignore to reflect new build and output directories. - Remove .yarn and related configuration files. - Add bun.lock for Bun dependency management. - Introduce CLAUDE.md for Bun usage instructions. - Create index.ts as the entry point for the application. - Simplify package.json for Bun compatibility and remove unused fields. - Update README with new installation and usage instructions for Bun.
- Add .gitignore to exclude build artifacts and sensitive files. - Create app.json for Expo project configuration. - Set up package.json with dependencies and scripts for development. - Implement ESLint configuration for code quality. - Add README with setup instructions and project overview. - Introduce TypeScript configuration for type safety. - Create foundational components and screens for the app, including themed text and views. - Establish navigation structure with tabs and modals. - Include assets such as icons and splash images for branding. - Implement hooks for color scheme management and theme colors. This commit sets up a new Expo application with a structured layout and essential features for further development.
- Introduce Turbo for task management and build processes. - Update package.json to include workspace configurations and scripts for building, linting, and testing. - Add example workspace with dependencies linked to the main package. - Revise README to reflect new project structure and usage instructions. - Implement privacy protection configuration in the example app. - Remove unused modal and tab layout components to streamline the example app. This commit improves the development workflow and project organization, facilitating easier management of dependencies and scripts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.