-
## 🐛 Bug report
### Current Behavior
```
const [field, meta] = useField('somename')
```
The if I try to wrap a TextInput with a custom `onChange={event => field.onChange(event.target.value)…
-
## Issue
⚠️ update
(when app is Active, fcm not show notification, so I use notifee to show notification)
android
when app is Quit, click notification not triger messa…
-
JFrog just announced that they'll be shutting down JCenter:
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Key dates are:
- February 28th: No more submissions …
-
## Ask your Question
I have a simple test that seems to generate the right snapshot at the end of execution, but throws me a `console.error` during the execution.
Here are the steps to get to th…
-
I try install but not done . Pls support for me.thanks
![Simulator Screen Shot - iPhone 8 - 2020-04-10 at 16 39 05](https://user-images.githubusercontent.com/9923258/78981344-edc28a00-7b49-11ea-88c…
-
### New Version
0.70.1
### Old Version
0.67.4
### Build Target(s)
ios android
### Output of `react-native info`
System:
OS: macOS 12.6
CPU: (8) arm64 Apple M1 Pro
Memory: 1.97 GB…
-
Hi,
I create a directory called
castle-engine_examples_component_gallery.
I made it a local Git repository.
I copied the contents of
castle-engine\examples\component_gallery
into
castle…
-
**Describe the bug**
when i run the test cases on my project. it shows below error and also i run already run test cases it shows same error... any test cases not working because of this error.
Te…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
I think we could improve the DX a bit just by exporting the registered input already as a prop.
Currently if we want to make a custom input we need to do this:
```tsx
{({ Label, Errors }) => …