Skip to content

Fix #73 #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed

Conversation

dblazeski
Copy link

Thanks @tido64 for the work on this, there's import path typo in the import statement when using Pods.

@tido64
Copy link
Member

tido64 commented Apr 12, 2019

Thanks for your contribution, @dblazeski. Sorry for the inconvenience this has caused.

This was also brought up by @stigi here: #35 (comment). We discussed this a bit and agreed to rename the .podspec to be more in line with Apple naming guidelines. Would you be willing to make the changes since you're already here? I suppose you could also wait but that's entirely up to you.

Thanks again ❤️

@dblazeski dblazeski closed this Apr 13, 2019
krizzu pushed a commit that referenced this pull request Apr 14, 2019
Summary:
---------

Multiple people have reported that RNCAsyncStorage fails to build after #35. See #35 (comment), #73, and #74.

After a little discussion, we agreed to rename the `.podspec` and the name of the Pod to be more in line with Apple's naming guidelines and the rest of the community. Unfortunately, this means that the next upgrade will break.

I got a little impatient knowing that I broke the latest release so I went ahead and implemented the fix. Sorry if you've already started looking at this.

Migration Plan:
---------------

Even though `react-native link` will be able to link the new `.podspec`, it won't clean up existing entries. Please find your Podfile, and make the following changes:

```diff
- pod 'react-native-async-storage', :path => '../node_modules/@react-native-community/async-storage'
+ pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-community/async-storage'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants