Skip to content

Update react-native-background-timer.podspec#15

Merged
boterop merged 3 commits intoboterop:v2.5from
redhotsixbull:main
Aug 16, 2024
Merged

Update react-native-background-timer.podspec#15
boterop merged 3 commits intoboterop:v2.5from
redhotsixbull:main

Conversation

@redhotsixbull
Copy link
Copy Markdown

Hello
Fixes #13

reactp-native-bacground-timer.podspec error

This is issue by in package.json

{
"name" : @boterop/react-native-background-timer
...
}

so need change podspec s.name

s.name = package['name'] // @boterop/react-native-background-timer
s.name = 'react-native-background-timer' //react-native-background-timer

@boterop boterop changed the base branch from main to v2.5 August 16, 2024 15:36
@boterop boterop merged commit 8e58e68 into boterop:v2.5 Aug 16, 2024
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.

No podspec found for @boterop in ../node_modules/@boterop/react-native-background-timer

2 participants