Young-Chen Chang

Results 4 comments of Young-Chen Chang

> I have this warning when I use showNotification > Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false` >...

> I had this problem. Adding `loadMinimal={true}` seems to have fixed it for me. Hope it works for you! I had the same problem in `"react-native-swiper": "^1.6.0-rc.3",` and this method...

In fact there is more than one assertion (`expect`). The library is doing property test, which means there are many auto-generated test. The [callback function](https://github.com/dubzzz/fast-check/blob/4c72363fd94a1cb1417da810abcdb02c0d14ece4/example/005-race/counter/main.spec.ts#L16) will run several times with...

I met the same pcre-light install error on Macosx. If you have installed brew, try run `brew install pcre` or `brew upgrade pcre` can solve the problem