@brightlayer-ui/react-native-template-routing-typescript 3.0.1-alpha.0 → 4.0.0
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/CHANGELOG.md +21 -8
- package/README.md +6 -3
- package/package.json +2 -2
- package/template/.prettierrc.js +0 -2
- package/template/Gemfile +11 -4
- package/template/android/app/build.gradle +13 -12
- package/template/android/app/src/main/AndroidManifest.xml +2 -1
- package/template/android/app/src/main/java/com/routingtemplate/MainApplication.kt +2 -7
- package/template/android/build.gradle +6 -6
- package/template/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/template/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/template/android/gradle.properties +1 -3
- package/template/android/gradlew +7 -5
- package/template/android/gradlew.bat +9 -2
- package/template/android/settings.gradle +3 -1
- package/template/ios/Podfile +0 -5
- package/template/ios/Podfile.lock +1937 -607
- package/template/ios/blankTemplate/AppDelegate.swift +48 -0
- package/template/ios/blankTemplate/Info.plist +18 -15
- package/template/ios/blankTemplate.xcodeproj/project.pbxproj +11 -266
- package/template/metro.config.js +1 -1
- package/template/package.json +45 -38
- package/template/yarn.lock +7692 -0
- package/template/_gitignore +0 -74
- package/template/ios/blankTemplate/AppDelegate.h +0 -6
- package/template/ios/blankTemplate/AppDelegate.mm +0 -31
- package/template/ios/blankTemplate/main.m +0 -10
- package/template/ios/blankTemplateTests/Info.plist +0 -24
- package/template/ios/blankTemplateTests/blankTemplateTests.m +0 -66
package/template/package.json
CHANGED
|
@@ -12,48 +12,55 @@
|
|
|
12
12
|
"test": "jest"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@brightlayer-ui/react-native-components": "^
|
|
16
|
-
"@brightlayer-ui/react-native-themes": "^
|
|
17
|
-
"@brightlayer-ui/react-native-vector-icons": "^
|
|
18
|
-
"@react-
|
|
19
|
-
"@react-
|
|
20
|
-
"@react-
|
|
21
|
-
"react": "
|
|
22
|
-
"react-native": "
|
|
23
|
-
"react-
|
|
24
|
-
"react
|
|
25
|
-
"react-native
|
|
26
|
-
"react-native-
|
|
27
|
-
"react-native-
|
|
28
|
-
"react-native-
|
|
15
|
+
"@brightlayer-ui/react-native-components": "^9.0.0",
|
|
16
|
+
"@brightlayer-ui/react-native-themes": "^8.0.0",
|
|
17
|
+
"@brightlayer-ui/react-native-vector-icons": "^3.0.0",
|
|
18
|
+
"@react-native-vector-icons/material-design-icons": "^12.2.0",
|
|
19
|
+
"@react-native-vector-icons/material-icons": "^12.2.0",
|
|
20
|
+
"@react-native/new-app-screen": "0.80.1",
|
|
21
|
+
"@react-navigation/drawer": "^7.5.2",
|
|
22
|
+
"@react-navigation/native": "^7.1.14",
|
|
23
|
+
"@react-navigation/stack": "^7.4.2",
|
|
24
|
+
"react": "19.1.0",
|
|
25
|
+
"react-native": "0.80.1",
|
|
26
|
+
"react-native-gesture-handler": "^2.26.0",
|
|
27
|
+
"react-native-paper": "^5.14.5",
|
|
28
|
+
"react-native-reanimated": "^3.18.0",
|
|
29
|
+
"react-native-safe-area-context": "^5.5.0",
|
|
30
|
+
"react-native-screens": "^4.11.1",
|
|
31
|
+
"react-native-vector-icons": "^10.2.0"
|
|
29
32
|
},
|
|
30
33
|
"devDependencies": {
|
|
31
|
-
"@babel/core": "^7.
|
|
32
|
-
"@babel/preset-env": "^7.
|
|
33
|
-
"@babel/runtime": "^7.
|
|
34
|
-
"@brightlayer-ui/eslint-config": "^
|
|
34
|
+
"@babel/core": "^7.27.7",
|
|
35
|
+
"@babel/preset-env": "^7.27.2",
|
|
36
|
+
"@babel/runtime": "^7.27.6",
|
|
37
|
+
"@brightlayer-ui/eslint-config": "^4.0.0",
|
|
35
38
|
"@brightlayer-ui/prettier-config": "^1.0.3",
|
|
36
|
-
"@eslint/js": "^9.
|
|
37
|
-
"@react-native/
|
|
38
|
-
"@react-native/
|
|
39
|
-
"@react-native/
|
|
40
|
-
"@react-native/
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"eslint-
|
|
48
|
-
"eslint
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
39
|
+
"@eslint/js": "^9.30.0",
|
|
40
|
+
"@react-native-community/cli": "19.0.0",
|
|
41
|
+
"@react-native-community/cli-platform-android": "19.0.0",
|
|
42
|
+
"@react-native-community/cli-platform-ios": "19.0.0",
|
|
43
|
+
"@react-native/babel-preset": "0.80.1",
|
|
44
|
+
"@react-native/eslint-config": "0.80.1",
|
|
45
|
+
"@react-native/metro-config": "0.80.1",
|
|
46
|
+
"@react-native/typescript-config": "0.80.1",
|
|
47
|
+
"@types/jest": "^30.0.0",
|
|
48
|
+
"@types/react": "^19.1.8",
|
|
49
|
+
"@types/react-test-renderer": "^19.1.0",
|
|
50
|
+
"@typescript-eslint/eslint-plugin": "^8.35.1",
|
|
51
|
+
"@typescript-eslint/parser": "^8.35.1",
|
|
52
|
+
"babel-jest": "^30.0.2",
|
|
53
|
+
"eslint": "^9.30.0",
|
|
54
|
+
"eslint-config-prettier": "^10.1.5",
|
|
55
|
+
"eslint-plugin-react": "^7.37.5",
|
|
56
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
57
|
+
"globals": "^16.2.0",
|
|
58
|
+
"jest": "^30.0.3",
|
|
52
59
|
"jest-transform-stub": "^2.0.0",
|
|
53
|
-
"prettier": "
|
|
54
|
-
"react-test-renderer": "
|
|
55
|
-
"typescript": "5.
|
|
56
|
-
"typescript-eslint": "^
|
|
60
|
+
"prettier": "3.6.2",
|
|
61
|
+
"react-test-renderer": "19.1.0",
|
|
62
|
+
"typescript": "5.8.3",
|
|
63
|
+
"typescript-eslint": "^8.35.1"
|
|
57
64
|
},
|
|
58
65
|
"engines": {
|
|
59
66
|
"node": ">=18"
|