Skip to content

Commit

Permalink
chore: Styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
willtp87 committed May 29, 2024
1 parent 0c32a02 commit 2272477
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,42 @@
# Panting React Native Template

This a template repo for testing out React Native development for IOS.

## Maintainers

* [William Panting](https://github.com/willtp87)

## Development

If you would like to contribute to this repo create an issue or pull request.

### Frameworks and Libraries

* [Expo](https://expo.dev/)
* [React Native Elements](https://reactnativeelements.com/docs)
* [i18next](https://www.i18next.com/)

### Building

A script to build for IOS on macos is provide in the package.json.
package.json scripts and vscode tasks for starting the Metro Bundler for use with Expo Go are provided.

### Debugging

A vscode launch file to attach the debugger to Expo Go is provided.

### Static Analysis

This project uses typescript and eslint with associated scripts.

* package.json
* github workflows
* vscode tasks

### Testing

This project uses Jest and has associated scripts.

* package.json
* github workflows
* vscode tasks
Expand Down

0 comments on commit 2272477

Please sign in to comment.