M!ch
M!ch
A simple count context provider would: - Manage some state (i.e. count & setCount) - Pass the state (count/setCount) in its value - Subscribers (useContext) will get the count/setCount, and...
شكرا على المجهود. ؟ github هل هناك طريقة مل لكتابة مارك داون على is there away i can post arabic md files to githup directly?
It seems to complain about the export from this step ```sh echo 'export PATH=$PATH:/usr/local/sbin' >> ~/.zshrc ``` Can you paste the content of your `.zshrc` here so maybe we can...
@igorkrup yeah... I ended up using hannupekka's useEffect workaround.
I tried @hazem3500's suggestion and while it did read the file changes and created a patch, applying the patch caused the following error ```shell **ERROR** Failed to apply patch for...
#237 related
[it doesn't seem to pass ref to the `input`](https://github.com/react-native-elements/react-native-elements/blob/6c27049d7e569662529580da8520d14a2ee7f776/src/Input/Input.tsx#L167). console.loging `ref` shows it's passed to the input's wrapper, so you get `{...input: }`. If we know the wrapper's type, we...
Also [spectacle](https://github.com/eczarny/spectacle#important-note) maintenance has stopped (as per author comment).
Happens when I run `appium` (e2e tests). It fails to load the app bundle (_when in dev mode, loads release bundles fine_) onto iOS emulator. After some debugging, it turned...
Thanks @vitramir & @mmazzarolo 🙏 FYI @mmazzarolo the link in your answer results in 404, it needs to be updated to [this](https://github.com/mmazzarolo/react-native-monorepo-tools/blob/master/src/get-metro-android-assets-resolution-fix.js) :)