Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

237
Views
react-native-code-push + react-native-sentry don't update correctly js

I use Sentry + code push in ma project but my push code install is causing problem....
On a version in test flight, the modifications were not applied correctly (while without push code everything is ok).

Can i with sentry install it this way:

first I "init" my code push like this:

export const intiCodePush = () => {
  const env = getEnvVars()
  codePush.sync({ deploymentKey: env?.codePushKey });
};

And I use it in my App.tsx like this:

 useEffect(() => {
    intiCodePush();
    SplashScreen.hide();
  }, []);

Always in my App.tsx I set some options for code push:

const codePushOptions = { checkFrequency: codePush.CheckFrequency.ON_APP_START };

And I wrap my App with Sentry and code push like this:

export default Sentry.wrap(codePush(codePushOptions)(App));  

Is it good for you?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!