Code Monkey home page Code Monkey logo

Comments (5)

CptMaumau avatar CptMaumau commented on June 10, 2024 5

I found my issue the HostAppURLScheme has to have :// following the scheme!
@Gustash maybe this should be specified in the documentation.

from react-native-share-menu.

durdevic avatar durdevic commented on June 10, 2024 2

I solved mine!

I forgot to change in My_app/Info.plist A_URL_SCHEME_UNIQUE_TO_YOUR_APP to ShareMenuModule.

@CptMaumau Check here again, maybe you forgot it also.
https://github.com/meedan/react-native-share-menu/blob/master/IOS_INSTRUCTIONS.md

<key>CFBundleURLTypes</key>
<array>
    <dict>
        <key>CFBundleTypeRole</key>
        <string>Editor</string>
        <key>CFBundleURLSchemes</key>
        <array>
            <string>A_URL_SCHEME_UNIQUE_TO_YOUR_APP</string>
        </array>
    </dict>
</array>

Thank you @Gustash for taking the time to upgrade this package and maintain it!

You're the hero! πŸ¦Έβ€β™‚οΈ πŸ’ͺ

from react-native-share-menu.

durdevic avatar durdevic commented on June 10, 2024

My case as well.

I tried running the example app though and there it worked πŸ‘

Is there anything else that needs to be manually set up for connection between the views?

from react-native-share-menu.

Gustash avatar Gustash commented on June 10, 2024

That should be everything that is needed... Can any of you get me a repo reproducing the issue?

from react-native-share-menu.

CptMaumau avatar CptMaumau commented on June 10, 2024

Thank you for the answer, I already had a url scheme setup so I used that one as the HostAppURLScheme.
Do I have to add a new url scheme different from the one I already have @Gustash?

from react-native-share-menu.

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.