nibgat / react-native-kanban-for-ncore

Kanban and Calendar component for NCore Mobile
MIT License
2 stars 1 forks source link

iOS drag and drop doesn't work properly #1

Open vasylnahuliak opened 1 year ago

vasylnahuliak commented 1 year ago

Android: is OK iOS: drag and drop doesn't work properly

Video example: https://user-images.githubusercontent.com/40458927/220600925-f5eb94d1-f1b0-42dc-8d9c-85c0dac4a716.mov
npx react-native info ``` System: OS: macOS 13.2 CPU: (10) x64 Apple M1 Pro Memory: 24.18 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 14.17.0 - ~/Library/Caches/fnm_multishells/6089_1677062248242/bin/node Yarn: 1.22.19 - /opt/homebrew/bin/yarn npm: 6.14.13 - ~/Library/Caches/fnm_multishells/6089_1677062248242/bin/npm Watchman: 2023.01.23.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /Users/vnahuliak/.rbenv/shims/pod SDKs: iOS SDK: Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1 Android SDK: Not Found IDEs: Android Studio: 2022.1 AI-221.6008.13.2211.9477386 Xcode: 14.2/14C18 - /usr/bin/xcodebuild Languages: Java: 11.0.18 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 17.0.2 => 17.0.2 react-native: 0.65.3 => 0.65.3 react-native-macos: Not Found npmGlobalPackages: *react-native*: Not Found ```
package.json Clean project setup on 0.65.3 and code from https://github.com/nibgat/react-native-kanban-for-ncore/blob/main/example/src/index.tsx ``` { "name": "kanban", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "react": "17.0.2", "react-native": "0.65.3", "ncore-mobile": "1.0.1", "react-native-gesture-handler": "2.3.2", "react-native-kanban-for-ncore": "1.0.2", "react-native-modalize": "2.0.13", "react-native-portalize": "1.0.7", "react-native-simple-toast": "1.1.3", "react-native-svg": "12.3.0" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "babel-jest": "^26.6.3", "eslint": "7.14.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.66.0", "react-native-codegen": "^0.0.7", "react-test-renderer": "17.0.2" }, "jest": { "preset": "react-native" } } ```
lfabl commented 1 year ago

Thanks for issue. We'll be posting a version soon where this issue is resolved. We apologize for the late response. We had a busy working period.

vasylnahuliak commented 8 months ago

Could you kindly provide any updates or information regarding this matter? Thanks!

Thanks for issue. We'll be posting a version soon where this issue is resolved. We apologize for the late response. We had a busy working period.