Giter Club home page Giter Club logo

Comments (8)

adrianotadao avatar adrianotadao commented on August 20, 2024

I'm so dumb. I can change the schema to use the release instead of debugging.

from react-native-share-extension.

alinz avatar alinz commented on August 20, 2024

lol

from react-native-share-extension.

npomfret avatar npomfret commented on August 20, 2024

Did you find what was wrong? Mine is crashing when deployed through fastlane also

from react-native-share-extension.

adrianotadao avatar adrianotadao commented on August 20, 2024

@npomfret my problem was just a line that we forgot =l

I think that the problem was because we weren't registering the extension app on index.ios.js. But the guy who fixed that is @davidtstp...

@davidtstp do you have something to say about the problem? You know more than me what happened.

from react-native-share-extension.

npomfret avatar npomfret commented on August 20, 2024

Oh ok. My problem is that it works fine in dev. But when I send to fastlane it crashes. The UI appears but it looks like when calling ShareExtension.data() it fails. At least I don't see the shared data appearing on screen before the crash happens. Very strange.

from react-native-share-extension.

adrianotadao avatar adrianotadao commented on August 20, 2024

React native sometimes is sucks... it shows us generic errors. Another day I was receiving an error and when I decided to do a deep check I realized that the problem was inside the Intercom plugin. Always after this day, I check the libs almost before all.

Another big mistake that we stopped here is to add dependencies like. 'foo', '^1.0.1' ... we had a problem with the update of libs, so, nowadays we just put specific versions. Never more use '^1.0.1', we use just '1.0.1'.

from react-native-share-extension.

npomfret avatar npomfret commented on August 20, 2024

Agreed, never use wildcards in your dependencies - it's just madness.

I'm confident my libs are ok because it works when I run it outside of fastlane.

I even see the ui appear when running in fastlane... but no data and then a crash. I've added crashlytics but nothing still...

Having said all this, it could easily be my app crashing and not react-native-share-extension! I just can't tell cos there's no logging.

from react-native-share-extension.

adrianotadao avatar adrianotadao commented on August 20, 2024

hum... sorry man, I can't help you. There are a bunch of errors that I have no idea why. =l

from react-native-share-extension.

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.