timedtext / expo-config-plugin-ios-share-extension

An Expo config plugin to auto-configure iOS Share Extension.
77 stars 12 forks source link

Potential allowing of supporting text and url #7

Closed matthijn closed 6 months ago

matthijn commented 1 year ago

Hi. So I'm not 100% sure if this is correct, since I'm not quite sure how I can test my own repository here in my app. (Eg do `expo install [my-version-of-the-extension].)

If you could tell me how I could do that I could work a bit further on this to see if this works with adding support for text and urls.

Changes:

Since I could not test this yet, this is untested. So any help is appreciated. Once it works, we can merge it in if you want.

timedtext commented 1 year ago

how I can test my own repository here in my app.

You can try searching for this keyword "How To Test NPM Packages Locally" on Google.

timedtext commented 1 year ago

I would suggest that we retain the type information of the shared data, as this could be beneficial for future processing purposes.