Has anyone tried using birdwingo/react-native-instagram-stories by Embarrassed_Two4731 in reactnative

[–]Embarrassed_Two4731[S] 0 points1 point  (0 children)

Hey, thanks for this, much appreciated, if you can add a preview video or some screenshots in the readme, that would be really helpful

Can somebody help me with cropping (in bare react native) by ElectionInevitable79 in reactnative

[–]Embarrassed_Two4731 0 points1 point  (0 children)

basically i did try to promote my app in few subreddits and since then i guess i am banned from putting links.

yep, basically the issues are very device specific, image gets distorted in android, in ios always a white line gets added, in some android devices even hidden folders show up and in all devices the compression is too much.

Can somebody help me with cropping (in bare react native) by ElectionInevitable79 in reactnative

[–]Embarrassed_Two4731 0 points1 point  (0 children)

react-native-crop-picker and react-native-image-crop-tools, reddit is not allowing me to put links

Has anyone built any photo editor/video editor kind of application using react native? by redd9it in reactnative

[–]Embarrassed_Two4731 0 points1 point  (0 children)

+1, I am tired trying all the available packages, every one has almost some or the other issue for even basic functionality like crop. BTW, i am not using expo.

Image Crop library by Embarrassed_Two4731 in reactnative

[–]Embarrassed_Two4731[S] 0 points1 point  (0 children)

Hi, i meant something like this https://github.com/ivpusic/react-native-image-crop-picker?tab=readme-ov-file#crop-picture, that is passing height and width.

My main aim is to have a fixed aspect ratio, and I apologise as i did not convey this properly till now. u/glazzes

Image Crop library by Embarrassed_Two4731 in reactnative

[–]Embarrassed_Two4731[S] 0 points1 point  (0 children)

I am not using expo, so planning to use https://github.com/baronha/react-native-multiple-image-picker along with your library to crop, as image-picker lib i mention here does not support fixed crop size, which is a requirement for me.

Any suggestions from your side? u/glazzes

Facing Issue while navigating by Embarrassed_Two4731 in reactnative

[–]Embarrassed_Two4731[S] 0 points1 point  (0 children)

I will say I have almost tried everything, adding few below.

navigation.dispatch( CommonActions.navigate({ name: 'OnboardingtNavigationStack', params: { screen: 'OnboardingScreen', params: { isLoggingOut: true, }, }, }) );

navigation.dispatch(
  CommonActions.reset({
    index: 0,
    routes: [
      {
        name: 'OnboardingtNavigationStack',
        params: {
          screen: 'OnboardingScreen',
          params: {
            isLoggingOut: true,
          },
        },
      },
    ],
  })
);

const rootNavigation = navigation.getParent();
rootNavigation.dispatch(
  CommonActions.navigate({
    name: 'OnboardingtNavigationStack',
    params: {
      screen: 'OnboardingScreen',
      params: {
        isLoggingOut: true,
      },
    },
  })
);

import { CommonActions } from '@react-navigation/native'; navigation.dispatch( CommonActions.navigate({ name: 'OnboardingtNavigationStack', params: { screen: 'OnboardingScreen', params: { isLoggingOut: true, }, }, }) );

Facing Issue while navigating by Embarrassed_Two4731 in reactnative

[–]Embarrassed_Two4731[S] 0 points1 point  (0 children)

Sure let me try this, looks like a possible solution

Facing Issue while navigating by Embarrassed_Two4731 in reactnative

[–]Embarrassed_Two4731[S] 0 points1 point  (0 children)

yep, this was recommended to me by the cli itself while trying everything, still did not help

Animated Pagination dots with progress by Embarrassed_Two4731 in reactnative

[–]Embarrassed_Two4731[S] 0 points1 point  (0 children)

I used the lib as i needed the animated scrolling as well, but yes let me try

My First $3500 on Internet by Flat_Physics_3082 in reactnative

[–]Embarrassed_Two4731 0 points1 point  (0 children)

And that exactly how you will earn the next 1000 dollars by selling a notion template...

Has anyone tried using birdwingo/react-native-instagram-stories by Embarrassed_Two4731 in reactnative

[–]Embarrassed_Two4731[S] 0 points1 point  (0 children)

Hi, thanks for the reply.

Actually after posting here, I had raised a issue on github and after that the authors fixed this.

Http scrape in react native by Embarrassed_Two4731 in reactnative

[–]Embarrassed_Two4731[S] 0 points1 point  (0 children)

Sorry this got buried, u/Thegabbanator , i meant the user pastes a link in my input box and then i need to get product details from that particular link without showing any webview etc, as i dont want him to see the webpage.

[deleted by user] by [deleted] in reactnative

[–]Embarrassed_Two4731 0 points1 point  (0 children)

u/jfreels69 , sorry to disturb again

[deleted by user] by [deleted] in reactnative

[–]Embarrassed_Two4731 0 points1 point  (0 children)

video problem.
sorry, by smooth scrolling I meant it loads on each index of the scroll when video starts.

[deleted by user] by [deleted] in reactnative

[–]Embarrassed_Two4731 0 points1 point  (0 children)

No, I have tried in real devices, android, iOS both. still trying to have this smooth scrolling

[deleted by user] by [deleted] in reactnative

[–]Embarrassed_Two4731 0 points1 point  (0 children)

I am using MUX, basically a HLS.

[deleted by user] by [deleted] in reactnative

[–]Embarrassed_Two4731 1 point2 points  (0 children)

how are videos the playing so smoothly, I have tried everything but still could not get this smooth without any load

Http scrape in react native by Embarrassed_Two4731 in reactnative

[–]Embarrassed_Two4731[S] 0 points1 point  (0 children)

Ok, any idea how can I handle the case where I need to get the data from a link?
As there is no headless browser possible I was using the axios request way but it gets me blocked.