Skip to content

Commit d350194

Browse files
committed
chore: update npm package info
1 parent 0be46f9 commit d350194

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# React Native Expo Template [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40younes0x53)](https://twitter.com/younes0x53)
22

33
<p align="center">
4-
<a href="https://launchtrack.dev/"><img src="assets/github-banner.png?raw=true" alt="React Native Expo Starter Template"></a>
4+
<a href="https://expo-starter.com/"><img src="assets/github-banner.png?raw=true" alt="React Native Expo Starter Template"></a>
55
</p>
66

77
Say goodbye to time-consuming chores such implementing libraries, and developing reusable components. Our project boilerplate helps removing repetitive tasks when initiating a project from zero. It includes only the most frequently utilized libraries, so you can hit the ground running with a fully configured setup.
@@ -40,7 +40,7 @@ In-progress :
4040
Run the following command on your local environment:
4141

4242
```shell
43-
bunx create-expo-app --template @launchtrack/expo-starter
43+
bunx create-expo-app --template @expos-tarter/template
4444
```
4545

4646
Then, you can run locally in development mode with live reload:
@@ -52,7 +52,7 @@ bun run dev:android
5252
```
5353

5454
<p align="center">
55-
<a href="https://launchtrack.dev/"><img src="assets/preview-banner.png?raw=true" alt="React Native Expo Starter Template"></a>
55+
<a href="https://expostarter.dev/"><img src="assets/preview-banner.png?raw=true" alt="React Native Expo Starter Kit"></a>
5656
</p>
5757

5858
This will open the app in the iOS simulator or Android emulator.

app.config.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { ConfigContext, ExpoConfig } from "@expo/config";
22

33
export default ({ config }: ConfigContext): ExpoConfig => ({
44
...config,
5-
name: "Launchtrack Starter",
6-
slug: "launchtrack-starter",
5+
name: "Expo Starter",
6+
slug: "expostarter",
77
version: "1.0.0",
88
orientation: "portrait",
99
icon: "./assets/images/icon.png",
@@ -20,14 +20,14 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
2020
assetBundlePatterns: ["**/*"],
2121
ios: {
2222
supportsTablet: true,
23-
bundleIdentifier: "dev.launchtrack.base",
23+
bundleIdentifier: "com.expostarter.base",
2424
},
2525
android: {
2626
adaptiveIcon: {
2727
foregroundImage: "./assets/images/adaptive-icon.png",
2828
backgroundColor: "#ffffff",
2929
},
30-
package: "dev.launchtrack.starterbase",
30+
package: "com.expostarter.base",
3131
},
3232
web: {
3333
bundler: "metro",
@@ -37,7 +37,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
3737
plugins: [["expo-router"]],
3838
experiments: {
3939
typedRoutes: true,
40-
baseUrl: "/expo-starter",
40+
baseUrl: "/expo-template",
4141
},
4242
extra: {
4343
eas: {

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "@launchtrack/expo-starter",
2+
"name": "@expo-starter/template",
33
"main": "index.ts",
44
"version": "1.0.6",
5-
"homepage": "https://launchtrack.dev",
6-
"repository": "git@github.com:launchtrack/expo-starter.git",
5+
"homepage": "https://expo-starter.com",
6+
"repository": "git@github.com:expo-starter/template.git",
77
"license": "Apache-2.0",
88
"scripts": {
99
"dev": "expo start --dev-client --clear",

0 commit comments

Comments
 (0)