Skip to content

Conversation

@wood1986
Copy link
Contributor

@wood1986 wood1986 commented Jul 4, 2022

Summary

For the inputs without namespace and react-native- scenario

yarn exec create-react-native-library WooDLibs yarn exec v1.22.19 ✔ What is the name of the npm package? … wood-libs ✔ What type of library do you want to develop? › Turbo module with backward compat (experimental) 

image

For the inputs with namespace scenario

yarn exec create-react-native-library WooDLibs yarn exec v1.22.19 ✔ What is the name of the npm package? … @wood1986/wood-libs ✔ What type of library do you want to develop? › Turbo module with backward compat (experimental) 

image

Test plan

@wood1986
Copy link
Contributor Author

wood1986 commented Jul 4, 2022

Before I fix the tests, I want to get your approval

@wood1986 wood1986 force-pushed the features/preserve-casing branch from 1749c9f to 63911e2 Compare July 5, 2022 02:39
@wood1986
Copy link
Contributor Author

ping

Copy link
Member

@satya164 satya164 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, thank you for the PR. Can you add some comments above the code changes describing why we're doing it and what each of the replace is doing? I think currently it's not obvious just by reading the code why we're changing this.

Happy to merge after adding some comments

@wood1986 wood1986 force-pushed the features/preserve-casing branch 2 times, most recently from 1084e64 to c1bb3c5 Compare September 19, 2022 20:40
@wood1986 wood1986 force-pushed the features/preserve-casing branch from c1bb3c5 to f707de8 Compare September 19, 2022 20:41
@wood1986 wood1986 requested a review from satya164 September 19, 2022 20:44
@satya164
Copy link
Member

I'll work on getting this merged tomorrow

@satya164 satya164 force-pushed the main branch 2 times, most recently from b94e81b to cf3f675 Compare October 18, 2022 21:31
satya164 added a commit that referenced this pull request Oct 23, 2022
closes #250 Co-authored-by: wood1986 <5212215+wood1986@users.noreply.github.com>
@satya164 satya164 closed this in 4993bc9 Oct 23, 2022
@satya164
Copy link
Member

I refactored and implemented this in 4993bc9 trying to preserve the namespace and spacing while still avoiding invalid input. I have added you as co-author of the commit since it's based on your work. Thanks again for the PR.

@wood1986
Copy link
Contributor Author

wood1986 commented Oct 24, 2022

Thanks for the merge

okwasniewski pushed a commit that referenced this pull request Nov 4, 2022
closes #250 Co-authored-by: wood1986 <5212215+wood1986@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants