235 questions
1
vote
1
answer
228
views
Shorebird init Fails: Unable to Initialize Gradlew
Problem Statement
I’m trying to set up Shorebird using shorebird init, but it fails during Gradle initialization with the following error:
✗ Initializing gradlew (0.4s)
Unable to initialize gradlew.
...
1
vote
0
answers
70
views
Api calls are disabled, skipping API call of codePush
I encountered an error while updating my app using CodePush. When calling checkForUpdate with my deploymentKey, I received the following error:
[CodePush] Api calls are disabled, skipping API call
...
-1
votes
1
answer
415
views
Code push server throwing error when trying to send an update
After sending an update using the command code-push-standalone release-react myapp-android android, it does get uploaded to aws as i can see a file uploaded in my bucket but the server gives this ...
1
vote
1
answer
130
views
Can Expo[51] Bare Workflow App Run a Bundle Generated from react-native bundle Command?
I’m working with an ejected Expo SDK 51 app (bare workflow) and I want to bundle my JavaScript code using the react-native bundle command instead of the default Expo bundling process. (npx expo export)...
0
votes
1
answer
434
views
How does CodePush handle code deployment and what parts of my React Native app are hosted on Microsoft App Center?
How does CodePush handle code deployment and what parts of my React Native app are hosted on Microsoft App Center?
I'm a React Native developer and I'm considering using CodePush for my app updates. I ...
20
votes
4
answers
15k
views
How do i show the current CodePush Version label in my React Native Android app?
Looking for something like:
<Text>VERSION={CodePush.VersionLabel}</Text>
Where CodePush.VersionLabel is something like "v6" that is displayed in code-push deployment ls <MyApp>
I'd ...
4
votes
0
answers
196
views
EAS Update: Is it possible to use EAS Update with Reactnative cli project that is distributed with cli?
I have few concerns about EAS updated If anyone is well versed and have enough knowledge of EAS update.
Is it possible that we can use EAS update with app that is already on the app stores? or is it ...
9
votes
5
answers
8k
views
Appcenter Codepush integration. Cannot add task 'bundleDebugJsAndAssets' as a task with that name already exists
Steps to Reproduce
yarn add react-native-codepush
Add following to android/app/build.gradle
apply from: "../../node_modules/react-native/react.gradle"
apply from: "../../node_modules/react-native-code-...
0
votes
1
answer
63
views
Codepush installs a new update only when I reinstall the APK
I'm facing an issue with CodePush where I push a new update, but the application on my phone doesn't install it. Only after uninstalling and reinstalling the app does it download the update from ...
1
vote
0
answers
1k
views
New expo-cli dev-client (SDK 48) returns a manifest that cannot be parsed
When I run npx expo start --dev-client, both our android and iOS app throws an error when selecting the dev server, with the message:
Error loading app. Value ----------------------------...
0
votes
1
answer
341
views
Issues with TypeORM, CodePush and React Native in Android Build
I've developed a project using React Native. It works fine when I build it for Android. However, when I try to update using CodePush, I get the following error:
Entity metadata for t#user was not ...
1
vote
1
answer
181
views
CompileError: Cannot find import 'dart:ui' with flutter_eval
I've set up flutter_eval in my Flutter project, but when I try to compile the .evc file of
import 'package:eval_annotation/eval_annotation.dart';
import 'package:flutter/material.dart';
@...
1
vote
1
answer
695
views
React native codepush updates effecting startup time of react native app
My app is opening in 3 seconds on 2gb ram mobiles when there is no codepush implemented in the app, when codepush is present and when codepush downloading the updates, from next restart the app is ...
0
votes
1
answer
447
views
The Keys are getting leaked in the Strings.xml file. Is there any way to store the keys in some other files and use the values in Strings.xml?
<resources>
<string name="app_name">Test App</string>
<string
moduleConfig="true"
name="CodePushDeploymentKey">
PUT-YOUR-...
1
vote
1
answer
314
views
ReactNative with code-push AOS build [Error : Duplicate resources]
I'm applying CodePush to React Native
I'm getting a build error on the Android side when finalizing the application.
I would appreciate it if you could take a look
Error Message
> Task :app:...