Git Product home page Git Product logo

Comments (7)

pratikdaigavane avatar pratikdaigavane commented on August 23, 2024 3

Can I work on it?

from magento-react-native.

sanjeevyadavIT avatar sanjeevyadavIT commented on August 23, 2024 2

sure @pratikdaigavane go for it and if you need help or get stuck just ask, will be happy to assist you

from magento-react-native.

pratikdaigavane avatar pratikdaigavane commented on August 23, 2024 1

#81 done

from magento-react-native.

sanjeevyadavIT avatar sanjeevyadavIT commented on August 23, 2024

Hi @troublediehard

there are lots of stale branches present in this repo, some of which has been merged(so no longer needed), it could be better if you delete those branches https://github.com/troublediehard/magento-react-native/branches

from magento-react-native.

sanjeevyadavIT avatar sanjeevyadavIT commented on August 23, 2024

Hi @troublediehard

Just tested you branch rn-upgrade-61.2 on Android Emulator and getting this error.

Screenshot_1570928477

and if I comment out this code

// import { Client } from 'bugsnag-react-native';
// const bugsnag = new Client('f1e939802a0abb0832574304f55776a5');

export const logError = (error) => {
  console.log(error);
  if (error instanceof Error) {
    //bugsnag.notify(error);
  } else if (typeof error === 'string') {
    //bugsnag.notify(new Error(error));
  }
};

the app is running, but I think react-native-vector-icon are not loading. The drawer icon and others are not loading

Screenshot_1570928805
Screenshot_1570928808

from magento-react-native.

dimaportenko avatar dimaportenko commented on August 23, 2024

@alexakasanjeev thanks for a check, but the upgrade isn't finished and it shouldn't work :)

from magento-react-native.

sanjeevyadavIT avatar sanjeevyadavIT commented on August 23, 2024

ok

from magento-react-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.