Lizzi Lindboe

Results 23 issues of Lizzi Lindboe

We'll be updating the library and making a new release, specifically for Expensify's use cases. This will be a breaking change. We'll describe the release plan below. **Community note**: 1....

Other users have reported issues using react-navigation deep-linking alongside this library on iOS, due to the way sharing to the main app is implemented: https://github.com/Expensify/react-native-share-menu/issues/106. Let's ensure the library works...

We need to be able to easily differentiate the type of data being shared so we can handle different cases. A few issues are enumerated below; these are combined into...

In this ticket, we'll add support for the option to make iOS behave like Android: navigate immediately into the main app to share, without any visible share extension UI. (The...

Let's make a test release candidate on NPM so we know we have everything we need in order to release the next major version of this library.

In scope: 1. Define a spec for the module in TypeScript that can be used with codegen and consume this in a backwards-compatible Turbo Module. 2. Test the Turbo Module...

When the share extension needs to open the main app on iOS, the library currently makes a copy of [any shared file](https://github.com/Expensify/react-native-share-menu/blob/cec3ac8f399c731898004761b93761a069c0d542/ios/ShareViewController.swift#L190), as the temporary copy that the share extension...

To make sure we accurately document changes for the next release, let's set up a changelog system. This system should: - be easy to enforce (CI/CD? Pre-commit hooks? PR template?)...

The library incorrectly assumes that all app groups must match the pattern group. . This isn't necessarily the case for all apps. We’ll update the library to instead have the...

To allow for easier review of changes, we should update the example app in the repo to be based on the latest React Native release. In scope: - Create new,...