leecade / leecade/react-native-swiper
Running examples locally for development
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
Which OS ?
MacOS 10.13.1
Version
Which versions are you using:
- react-native-swiper 1.5.13
- react-native v0.48.4
Expected behaviour
I should be able to develop package locally and see live changes without publishing to npm.
Actual behaviour
I get an error the following error.

It seems like path to package.sh in package.json is wrong. Change it from:
./node_modules/react-native/packager/packager.sh to
./node_modules/react-native/scripts/packager.sh.
I then get the following error:

Steps to reproduce
cd examplesnpm inpm run dev
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in examples/package.json and inspect the npm run dev script and its React Native packager path. Reproduce with npm i followed by npm run dev, then verify that local package changes are picked up without publishing to npm and that the reported startup errors no longer occur.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile-dev, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100