Skip to content

Conversation

@AndriianChestnykh
Copy link

Description

A better dev support for internal teams and community when there is a need to check features being still in development

Motivation and Context

Now we're collecting new breaking changes of Provider in it's develop branch.
So our team needs to change Starter's package.json locally
from this
"@tetherto/wdk-react-native-provider": "github:tetherto/wdk-react-native-provider#develop",
to this
"@tetherto/wdk-react-native-provider": "^1.0.0-beta.3",
Can we push the dep change into Starter's develop ? This will support both us and community, when they need check new features in develop
With this, when we are to merge develop into main in the future we

  1. publish new npm version of Provider
  2. merge develop into main switching the Starter's dep to the new Provider version same time

@AndriianChestnykh AndriianChestnykh changed the title Chore/point dep to wdk rn provider develop Point the dependency to WDK React Native Provider develop branch Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants