Kim Døfler
Kim Døfler
Hey @wbyoung Thank you for sharing your find. I think it sounds like a good solution. Do you know how to produce a linkable static library for iOS? I would...
Hi @pakicoder123 Thank you, I am happy you like it 👍 I didn't code the Android part myself, but looking through the files it seems to me that it is...
You are welcome @pakicoder123 No, I haven't tried using the Twitter API in React Native for Android myself. What in particular are you finding difficult? Hey @angusmccloud > If you...
@pakicoder123 I have no experience coding for Android so can't really give any educated advice. Also saw "react-native-twitter", which seems like an option. My initial thoughts: * Could you download...
@pakicoder123 You are welcome, let's keep it open in case other people are wondering about the web popup.
Same here 😄 You too have a nice day.
@angusmccloud Hey Connor I am quite sure this behavior happens because the share dialog is a modal of some sort itself. Maybe you could fix it by making the button...
@angusmccloud Can you share the rest of this file? Do you bind "this" to the event? `onClick={this.onClickHandler.bind(this)}` for example. Does the console tell anything?
@angusmccloud I would try changing: ```jsx this.tweet() } title = "Post to Twitter" color = {COLOR_DEFAULT_ORANGE} accessibilityLabel = "Post to Twitter" /> ``` into ```jsx ``` Notice the `onPress` part....
Hey @perrycbrown Facebook has changed what they allow the sharing modal to load with. Now they only allow links. Then the user will have to write their own text and...