You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user go through mopro init, mopro build and mopro create
he can get a template with bindings in the first mopro build
but when the user wants to
We can provide a more advanced command like mopro update
It finds (all*) the mopro bindings' paths and replace them with the latest MoproiOSBindings and MoproAndroidBindings
( *If the user create more than one template)
Acceptance criteria
When executing mopro update
The bindings in the templates are updated. (e.g. with new circuits or with new functions)
The text was updated successfully, but these errors were encountered:
Problem
When a user go through
mopro init
,mopro build
andmopro create
he can get a template with bindings in the first
mopro build
but when the user wants to
He has to manually copy the bindings to the template
like https://github.com/zkmopro/react-native-app?tab=readme-ov-file#3-update-mopro-bindings
Details
We can provide a more advanced command like
mopro update
It finds (all*) the mopro bindings' paths and replace them with the latest
MoproiOSBindings
andMoproAndroidBindings
( *If the user create more than one template)
Acceptance criteria
When executing
mopro update
The bindings in the templates are updated. (e.g. with new circuits or with new functions)
The text was updated successfully, but these errors were encountered: