Learn how to migrate from 0.x.x to 1.x.x versions
trigger
method and introducing three new methods: signup
, setUserData
, and triggerDeeplink
. This guide explains how to migrate your existing code to use these new methods.
trigger
method has been deprecated and will be removed in future releases.
The migration offers several benefits:
trigger
method
signup
after your onboarding process:setUserData
every time the app opens with a logged-in user:triggerDeeplink
after navigation is initialized:signup
once, immediately after user onboarding.setUserData
whenever the user is logged in and opens the app.triggerDeeplink
once your app navigation is ready.