Skip to content

Commit

Permalink
chore: update npm package info
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Jun 15, 2024
1 parent 0be46f9 commit d350194
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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)

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

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.
Expand Down Expand Up @@ -40,7 +40,7 @@ In-progress :
Run the following command on your local environment:

```shell
bunx create-expo-app --template @launchtrack/expo-starter
bunx create-expo-app --template @expos-tarter/template
```

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

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

This will open the app in the iOS simulator or Android emulator.
Expand Down
10 changes: 5 additions & 5 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type { ConfigContext, ExpoConfig } from "@expo/config";

export default ({ config }: ConfigContext): ExpoConfig => ({
...config,
name: "Launchtrack Starter",
slug: "launchtrack-starter",
name: "Expo Starter",
slug: "expostarter",
version: "1.0.0",
orientation: "portrait",
icon: "./assets/images/icon.png",
Expand All @@ -20,14 +20,14 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
assetBundlePatterns: ["**/*"],
ios: {
supportsTablet: true,
bundleIdentifier: "dev.launchtrack.base",
bundleIdentifier: "com.expostarter.base",
},
android: {
adaptiveIcon: {
foregroundImage: "./assets/images/adaptive-icon.png",
backgroundColor: "#ffffff",
},
package: "dev.launchtrack.starterbase",
package: "com.expostarter.base",
},
web: {
bundler: "metro",
Expand All @@ -37,7 +37,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
plugins: [["expo-router"]],
experiments: {
typedRoutes: true,
baseUrl: "/expo-starter",
baseUrl: "/expo-template",
},
extra: {
eas: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@launchtrack/expo-starter",
"name": "@expo-starter/template",
"main": "index.ts",
"version": "1.0.6",
"homepage": "https://launchtrack.dev",
"repository": "[email protected]:launchtrack/expo-starter.git",
"homepage": "https://expo-starter.com",
"repository": "[email protected]:expo-starter/template.git",
"license": "Apache-2.0",
"scripts": {
"dev": "expo start --dev-client --clear",
Expand Down

0 comments on commit d350194

Please sign in to comment.