alphasp
alphasp
You can wrap your view in one of the touchable components with onPress event below from react native [https://facebook.github.io/react-native/docs/touchablehighlight.html](https://facebook.github.io/react-native/docs/touchablehighlight.html) > TouchableHighlight > TouchableNativeFeedback > TouchableOpacity > TouchableWithoutFeedback
wrap gridview item ``` var React = require('react-native'); var { View, Text, TouchableHighlight } = React; var GridView = require('react-native-grid-view'); var myApp = React.createClass({ render: function() { return ( );...
@pappnu Sorry for been late and thanks for the PR. I have been busy lately, will review it when I am free.
> Please, could you upload an ipa file for ios ? I don't think this is possible without paid Apple developeer account and without limit
Sorry for the long wait, PxView is now available on Google Play again https://play.google.com/store/apps/details?id=com.utopia.pxviewr under new name PxView R.
> I cannot seem to find the app on Google play, region locked ? Can you upload APK? PxView is currently suspended and removed by Google, hence it not available...
> @alphasp What were the Play Store's issues with PxView R? PxView R app was suspended due to the app contains content that doesn't comply with Google Play Sexual Content...
This feature will be implemented in next version.
How to get following url format: `pixiv.me/username` and `pixiv.net/#id=???????`? Sharing from desktop/mobile web is not in this format. `pixiv.me/username` is not a valid user profile page, it will redirect to...
Mistake in my previous comment: `pixiv.me/username` will redirect to user profile page in the format of `pixiv.net/member.php?id=????????` which can be open by app. So the following pattern will work: `pixiv.me/username`...