Michel Couillard
Michel Couillard
For release 1.0.4 on npmjs, files in compile folder are not up to date.
With 1.0.6 in Internet Explorer 11 on Windows 10: > SCRIPT5: Access denied. > ui-cropper.js (1721,13)
react-native: 0.66.4 victory-native: 36.3.2, also tested on 36.2.2 react-native-svg: 12.3.0 ```jsx ``` I'm using the `onPress` in a `VictoryPie`, it only triggers on iOS. The `onPress` has to be placed...
I found a workaround only for my usecase. But it only works for what is drawn, not the center of the donut pie. ```jsx import { Svg } from 'react-native-svg';...
Have you added the following to MainApplication.java ``` +import org.wonday.orientation.OrientationActivityLifecycle; @Override public void onCreate() { + registerActivityLifecycleCallbacks(OrientationActivityLifecycle.getInstance()); } ```
From the CLI, it dies on every compile error for me. go1.12.1 darwin/amd64 (macOS 10.14.3) ``` api/authentication.go:33:4: syntax error: unexpected comma after top level declaration [ERRO] 2019/03/19 20:49 exit status...
https://stackoverflow.com/questions/22470193/why-wont-go-kill-a-child-process-correctly @kataras please have a look at the solution for both mac and linux with syscall.
To reproduce the issue use the Expo Go app for iOS without the native build: ``` > expo start Open the app on Expo Go ``` This doesn't work if...
`| **disable-dates** | Date[] | Dates to be disabled or not selectable by user.|`
@lakshaybansal can you try in my fork?