react-native-text-size icon indicating copy to clipboard operation
react-native-text-size copied to clipboard

Fix Autolinking for React Native 0.69

Open Naturalclar opened this issue 3 years ago • 5 comments

Fixes #38

Moved podspec file to root directory, as the podspec file needs to be in root directory in order for autolinking to work in react-native/cli v8

Naturalclar avatar Jun 24 '22 05:06 Naturalclar

@aMarCruz I saw your difficulties in maintaining the project. But, could you please just approve this fix? I believe it is very important to keep the library on the radar.

yepMad avatar Sep 12 '22 03:09 yepMad

@aMarCruz I tested it! This works like a glove. I'm willing to take care of the package if it helps. This commit is really too important to merge. I will create a fork and a temporary npm for this to be live. Can we please merge this?

I appreciate your effort ever since. Take me into consideration if you need anything.

yepMad avatar Nov 08 '22 05:11 yepMad

Thanks a lot — this also makes the library work again with Expo EAS (SDK 46)!

@aMarCruz I'd also be willing to take over your library if needed, if @yepMad can't for some reason. One of our projects heavily depends on it to conform to layout/styling requirements. Thanks for your work on this - it's helped a ton!

mfkrause avatar Nov 18 '22 16:11 mfkrause

@mfkrause How did you get it to work with Expo? Was it by using a development build (https://docs.expo.dev/development/create-development-builds/)?

holgersindbaek avatar Dec 31 '22 13:12 holgersindbaek

@mfkrause How did you get it to work with Expo? Was it by using a development build (https://docs.expo.dev/development/create-development-builds/)?

Yes, you need to use a development build for stuff like this.

mfkrause avatar Dec 31 '22 13:12 mfkrause