-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Javascript
Click To Expand
package.json:
{
"name": "@amzn/aajtak",
"version": "0.1.1",
"files": [
"dist",
"react-native.config.js"
],
"scripts": {
"clean": "rm -rf node_modules buildinfo.json dist bvm",
"start": "react-native start",
"test": "jest --colors ",
"test:snapshot": "jest --colors --updateSnapshot",
"lint": "eslint src tst --ext .ts,.tsx",
"lint:fix": "eslint src tst --ext .ts,.tsx --fix",
"compile": "tsc -p tsconfig.json",
"build": "npm run compile",
"build:release": "react-native build-kepler --build-type Release --build-number 434",
"build:debug": "react-native build-kepler --build-type Debug",
"build:app": "npm-run-all build:release build:debug",
"release": "npm-run-all lint test build build:app"
},
"dependencies": {
"22": "^0.0.0",
"@amzn/kepler-media-controls": "^1.0.0",
"@amzn/kepler-media-types": "^1.0.0",
"@amzn/kepler-ui-components": "~1.0.3",
"@amzn/keplerblocks-types": "^1.1.0",
"@amzn/keplerblocks-ui": "^2.1.1",
"@amzn/keplerscript-react-native-reanimated": "~2.0.0",
"@amzn/lottie-react-native": "~2.0.0",
"@amzn/package-manager-lib": "~1.0.0",
"@amzn/react-linear-gradient": "^2.0.0",
"@amzn/react-native-device-info": "~2.0.0",
"@amzn/react-native-gesture-handler": "~2.0.0",
"@amzn/react-native-kepler": "~2.0.0",
"@amzn/react-native-localize": "~2.0.0",
"@amzn/react-native-safe-area-context": "~2.0.0",
"@amzn/react-native-screens": "~2.0.0",
"@amzn/react-native-svg": "~2.0.0",
"@amzn/react-native-vector-icons": "~2.0.0",
"@amzn/react-native-w3cmedia": "~2.1.6",
"@amzn/react-navigation__core": "~2.0.0",
"@amzn/react-navigation__drawer": "~2.0.0",
"@amzn/react-navigation__native": "^2.0.1731106252",
"@amzn/react-navigation__native-stack": "~2.0.0",
"@amzn/react-navigation__routers": "~2.0.0",
"@amzn/react-navigation__stack": "~2.0.0",
"@react-native-async-storage/async-storage": "npm:@amzn/react-native-async-storage__async-storage@~2.0.0",
"@react-native-firebase/analytics": "^21.7.1",
"@react-native-firebase/app": "^21.7.1",
"@react-navigation/native": "^7.1.16",
"@types/ramda": "^0.30.2",
"@types/react-native-vector-icons": "^6.4.18",
"axios": "^1.6.8",
"base-64": "1.0.0",
"fastestsmallesttextencoderdecoder": "1.0.22",
"react": "18.2.0",
"react-native": "0.72.0",
"react-native-gesture-handler": "npm:@amzn/react-native-gesture-handler@~2.0.0",
"react-native-html-parser": "^0.1.0",
"react-native-render-html": "^6.3.4",
"react-native-svg": "^13.14.1",
"xmldom": "0.6.0"
},
"devDependencies": {
"@amzn/kepler-cli-platform": "^0",
"@react-native-community/cli": "11.3.2",
"@react-native/eslint-config": "0.72.2",
"@react-native/metro-config": "^0.72.6",
"@testing-library/react-native": "^7.2.0",
"@types/jest": "^28.0.0",
"@types/react": "^18.3.13",
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"babel-jest": "^28.0.0",
"eslint": "^8.12.0",
"jest": "^28.0.0",
"metro-react-native-babel-preset": "^0.76.5",
"mustache": "^4.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"ts-jest": "^28.0.0",
"typescript": "4.8.4"
},
"overrides": {
"react-native-gesture-handler": "$react-native-gesture-handler",
"@react-native-async-storage/async-storage": "npm:@amzn/react-native-async-storage__async-storage@~2.0.0"
},
"kepler": {
"projectType": "application",
"appName": "aajtak",
"targets": [
"tv"
],
"api": 0.1
}
}
# N/Afirebase.json for react-native-firebase v6:
# N/AiOS
Click To Expand
ios/Podfile:
- I'm not using Pods
- I'm using Pods and my Podfile looks like:
# N/AAppDelegate.m:
// N/AAndroid
Click To Expand
Have you converted to AndroidX?
- my application is an AndroidX application?
- I am using
android/gradle.settingsjetifier=truefor Android compatibility? - [ x] I am using the NPM package
jetifierfor react-native compatibility?
android/build.gradle:
// N/Aandroid/app/build.gradle:
// N/Aandroid/settings.gradle:
// N/AMainApplication.java:
// N/AAndroidManifest.xml:
<!-- N/A -->Environment
Click To Expand
react-native info output:
System:
OS: macOS 26.2
CPU: (8) arm64 Apple M1 Pro
Memory: 105.53 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.17.1
path: ~/.nvm/versions/node/v18.17.1/bin/node
Yarn:
version: 1.22.22
path: ~/.nvm/versions/node/v18.17.1/bin/yarn
npm:
version: 9.6.7
path: ~/.nvm/versions/node/v18.17.1/bin/npm
Watchman:
version: 2026.01.12.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.12.1
path: /Users/pushpeetsingh/.rvm/rubies/ruby-2.7.5/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.4
- iOS 18.4
- macOS 15.4
- tvOS 18.4
- visionOS 2.4
- watchOS 11.4
Android SDK: Not Found
IDEs:
Android Studio: 2024.2 AI-242.21829.142.2421.12409432
Xcode:
version: 16.3/16E140
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.10
path: /Users/pushpeetsingh/.sdkman/candidates/java/current/bin/javac
Ruby:
version: 2.7.5
path: /Users/pushpeetsingh/.rvm/rubies/ruby-2.7.5/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 11.3.2
wanted: 11.3.2
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.0
wanted: 0.72.0
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
OUTPUT GOES HERE
- Platform that you're experiencing the issue on:
- iOS
- [ x] Android
- iOS but have not tested behavior on Android
- Android but have not tested behavior on iOS
- Both
react-native-firebaseversion you're using that has this issue:21.7.1
Firebasemodule(s) you're using that has the issue:e.g. Instance ID
- Are you using
TypeScript?Y &4.8.4`
- 👉 Check out
React Native FirebaseandInvertaseon Twitter for updates on the library.