Birkir Gudjonsson
Birkir Gudjonsson
Give it your own state. ```ts function SomeComponent() { const state = useState(0); const ctrl = useControl('foo', { state }) const [value, setValue] = state; const onApiUpdate = (newValue) =>...
That would be great, I do plan to make the library multi-target. Can you make a PR with it working for babylon so I can see the changes needed and...
Fantastic! Thank you for the PR, I will take a look and make the adjustments you mentioned.
Did you end up figure out why this is happening? I can reproduce the issue in **7.40.1** I thought this was related to codepush and ignored it, but just removed...
I'm using [nx react-native](https://github.com/nrwl/nx-react-native) where there is a custom metro bundler file resolver. And none of suggestions are working. Using "watchFolders" instead of "projectRoot" breaks the metro resolver.