-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android cannot be dragged and dropped #161
Comments
I also found this issue! |
I'm seeing this issue on the device after upgrading to react-native 0.59. I'll look into it. @nihgwu if I find a solution, can you please review? |
@chetstone sure |
Trying Sortable with different RN versions, I find that the example works fine with 0.57.8. Looking at the Changelog nothing obviously related jumps out for me except the the changes in Android SDK level. |
has this been solved or any further progress? |
No I haven’t been able to find anything more. Any help would be appreciated.
…On Sun, May 19, 2019 at 07:25 kangju1 ***@***.***> wrote:
has this been solved or any further progress?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#161?email_source=notifications&email_token=AAHOLVYNIPSHGCVSZMYHDRDPWFILTA5CNFSM4GHXMYV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVXCG4Q#issuecomment-493757298>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHOLV3NP4OGMIXRS7U6NTDPWFILTANCNFSM4GHXMYVQ>
.
|
I've decided to change to react-native-sortable-list in my app. The code is much cleaner, it works better, especially when dragging to the end of the list, and it's compatible with RN 0.59. At least on Android. I haven't tried with iOS. One downside is that it doesn't seem to work well with very compact lists--- you need to have a bit of padding/margin between elements. @nihgwu Since you're no longer working with react-native and I'm no longer working with this component, should we post an issue looking for a new maintainer? And also, I'm thinking of adding a note at the top of the README suggesting people not use this component for new projects. What do you think? |
Running demo on android emulator, unable to drag and drop normally
The text was updated successfully, but these errors were encountered: