Simon Gough

Results 15 comments of Simon Gough

@Linshiqi 's fix solved this for me. Just wondering _why_ this worked though....just so I can learn from it!

Hmm, it looks like the component is coded to only share one thing at a time. I'm taking a look at it to see if it can easily be extended...

I did get this to work in the end. I had further commands in the `target.build_configurations.each do |config|` loop and the important thing to note is that the `APPLICATION_EXTENSION_API_ONLY` has...

@Nishchay1571999 - I forked and then forced the dependency to use my patched RN version for now (not ideal I know). ``` dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:0.64.4' } ```

OK, I have: **Update** This code seems to do it every time. Adding ID `58085907` to a playlist _actually_ adds ID `14831266`... ``` string playlistID = "[your-playlist-id]"; string trackID =...

That side of it is fine. I don't mind what order the search comes back in. The problem is that I say: 1. 'give me the first track'. 2. the...

@jackfagner I've updated my example above. this is happening for every test I've done with it.

maybe...i'm wondering if it's something in the search... thanks for looking anyway!

sorry @jackfagner - ignore the search. I was just thinking out loud.

@jackfagner - I've got a little further with this...the problem does seem to stem from what comes back in the search. I'm using your `SearchTracks` method in `/method/opentidlpublicmethods` to search....