-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(package): Rename package to react-native-spotlight-tour
BREAKING CHANGE: This package has been renamed to `react-native-spotlight-tour` to make it usage simpler and clearer. This change also helps with custom build tools and exclusion patterns, making it easier to be part of regular expressions which aim to exclude or transform all react-native related packages (e.g. working with react-native-web).
- Loading branch information
Showing
6 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,11 @@ | |
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@cometlib/dedent": "^0.8.0-es.10", | ||
"@stackbuilders/react-native-spotlight-tour": "workspace:^", | ||
"react": "18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-is": "^18.2.0", | ||
"react-native": "0.72.4", | ||
"react-native-spotlight-tour": "workspace:^", | ||
"react-native-svg": "^13.13.0", | ||
"react-native-web": "^0.19.8", | ||
"styled-components": "^6.0.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@stackbuilders/react-native-spotlight-tour", | ||
"name": "react-native-spotlight-tour", | ||
"version": "0.0.0", | ||
"description": "React Native library to implement a highly customizable app tour feature with an awesome spotlight effect", | ||
"repository": "[email protected]:stackbuilders/react-native-spotlight-tour.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters