AngelDev0329
AngelDev0329
Thank you for your answer. When draw line, you used this at 163 line of SwiftyDraw.swift file override open func draw(_ rect: CGRect) { super.draw(rect) guard let context: CGContext =...
I wanna video controls, too. Did you find a solution? Please help me.
> Fix! > > 1. Run `yarn add patch-package postinstall-postinstall && yarn add deprecated-react-native-prop-types` > 2. Add this script command to package.json `"scripts": { "postinstall": "patch-package" }` > 3. Open...
I was solved this problem by downgrade Minimum Deployment. The Minimum Deployment was 12.4, but when I changed it to 12.0, it was uploaded correctly.
How are you? You can set it using this. mFtpClient.enterLocalPassiveMode() Thank you