create-gufran-expo-app 2.0.1 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/createApp.js
CHANGED
|
@@ -295,9 +295,10 @@ async function createExpoApp(projectName, options) {
|
|
|
295
295
|
console.log(chalk.gray(` npm install\n`));
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
console.log(chalk.white(` ${chalk.bold(
|
|
298
|
+
console.log(chalk.white(` ${chalk.bold('2')}. Configure Firebase:`));
|
|
299
299
|
console.log(chalk.gray(` - Add your google-services.json to android/app/`));
|
|
300
|
-
console.log(chalk.gray(` - Add your GoogleService-Info.plist to ios/ClubYakka
|
|
300
|
+
console.log(chalk.gray(` - Add your GoogleService-Info.plist to ios/ClubYakka/`));
|
|
301
|
+
console.log(chalk.gray(` - Sample Firebase files are in the FirebaseFiles/ directory\n`));
|
|
301
302
|
|
|
302
303
|
console.log(chalk.white(` ${chalk.bold(options.skipInstall ? '4' : '3')}. Install iOS dependencies:`));
|
|
303
304
|
console.log(chalk.gray(` cd ios && pod install && cd ..\n`));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-gufran-expo-app",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "🚀 Ultimate Expo React Native Boilerplate - Create production-ready Expo apps instantly with Firebase, Navigation, TypeScript, and more. No git clone needed, works offline!",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>API_KEY</key>
|
|
6
|
+
<string>AIzaSyAXsJwJ1Z2ucu9tfs2gvOcf_5Nsi3glY7M</string>
|
|
7
|
+
<key>GCM_SENDER_ID</key>
|
|
8
|
+
<string>491798464119</string>
|
|
9
|
+
<key>PLIST_VERSION</key>
|
|
10
|
+
<string>1</string>
|
|
11
|
+
<key>BUNDLE_ID</key>
|
|
12
|
+
<string>com.club.yakka</string>
|
|
13
|
+
<key>PROJECT_ID</key>
|
|
14
|
+
<string>club-yaka</string>
|
|
15
|
+
<key>STORAGE_BUCKET</key>
|
|
16
|
+
<string>club-yaka.firebasestorage.app</string>
|
|
17
|
+
<key>IS_ADS_ENABLED</key>
|
|
18
|
+
<false></false>
|
|
19
|
+
<key>IS_ANALYTICS_ENABLED</key>
|
|
20
|
+
<false></false>
|
|
21
|
+
<key>IS_APPINVITE_ENABLED</key>
|
|
22
|
+
<true></true>
|
|
23
|
+
<key>IS_GCM_ENABLED</key>
|
|
24
|
+
<true></true>
|
|
25
|
+
<key>IS_SIGNIN_ENABLED</key>
|
|
26
|
+
<true></true>
|
|
27
|
+
<key>GOOGLE_APP_ID</key>
|
|
28
|
+
<string>1:491798464119:ios:a685bf1bc9f13d2762a872</string>
|
|
29
|
+
</dict>
|
|
30
|
+
</plist>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"project_info": {
|
|
3
|
+
"project_number": "491798464119",
|
|
4
|
+
"project_id": "club-yaka",
|
|
5
|
+
"storage_bucket": "club-yaka.firebasestorage.app"
|
|
6
|
+
},
|
|
7
|
+
"client": [
|
|
8
|
+
{
|
|
9
|
+
"client_info": {
|
|
10
|
+
"mobilesdk_app_id": "1:491798464119:android:6603b3711718a04862a872",
|
|
11
|
+
"android_client_info": {
|
|
12
|
+
"package_name": "com.club.yakka"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"oauth_client": [],
|
|
16
|
+
"api_key": [
|
|
17
|
+
{
|
|
18
|
+
"current_key": "AIzaSyAvL142ShElurDYmzeOwJwmzHHblSKCBnk"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"services": {
|
|
22
|
+
"appinvite_service": {
|
|
23
|
+
"other_platform_oauth_client": []
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"configuration_version": "1"
|
|
29
|
+
}
|