Skip to content

Commit

Permalink
chore: Repo init.
Browse files Browse the repository at this point in the history
  • Loading branch information
willtp87 committed Jun 23, 2024
1 parent b9e9fdf commit ba70678
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Panting React Native Template
# In Your Voices

This a template repo for testing out React Native development for IOS.
An IOS app that helps you teach your child with your voices.

## Disclaimer

This app was built to help one family. Its author is a software developer and not a child educator.

## Maintainers

Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"expo": {
"name": "Panting React Native Template",
"slug": "panting-react-native-template",
"scheme": "panting-scheme",
"name": "In Your Voices",
"slug": "in-your-voices",
"scheme": "voices-scheme",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion i18n/locales/english.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"helloWorld": "Panting template repo!"
"helloWorld": "In your voices!"
}
2 changes: 1 addition & 1 deletion i18n/locales/french.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"helloWorld": "Panting dépôt de modèles."
"helloWorld": "Dans tes voix!"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "panting-react-native-template",
"name": "in-your-voices",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
Expand Down

0 comments on commit ba70678

Please sign in to comment.