react-native-xmpp-demo
react-native-xmpp-demo copied to clipboard
Bump jsonwebtoken and react-native-scripts
Removes jsonwebtoken. It's no longer used after updating ancestor dependency react-native-scripts. These dependencies need to be updated together.
Removes jsonwebtoken
Updates react-native-scripts from 1.14.0 to 1.14.1
Changelog
Sourced from react-native-scripts's changelog.
3.0.0 (April, 2020)
Create React Native App is revived as a bare-bones npx package that can be used to start an opinionated bare-workflow universal React Native project.
2.0.1 (September 21, 2018)
This release merges Create React Native App with Expo CLI.
- Expo CLI is a tool based on CRNA, made by the same team
- It has all the same features, plus some additional benefits
- Like CRNA, Expo CLI does not require an Expo user account
- The
create-react-native-appcommand will continue to workThe separate
react-native-scriptspackage is now deprecated: new projects created withcreate-react-native-appwill use Expo CLI instead ofreact-native-scripts. In addition to everything provided by CRNA, Expo CLI includes these extras:
- Web-based user interface: in addition to the CLI, there's a GUI where you can view logs, launch the app on your devices or simulators, and publish updates.
- Standalone app builds: you can build IPA and APK packages for deploying to App Store and Play Store without using Xcode or Android Studio.
- Publishing: you can push updates to your deployed apps and optionally publish your app to Expo.io.
- Tunnel: your physical device doesn’t need to be in the same wi-fi as your computer to be able to develop using it.
- Optional user accounts: logging in allows listing all your projects in development in the Expo app without having to scan any QR codes and enables additional features like standalone builds. However, just like CRNA, Expo CLI can also be used without a user account.
Why are we bringing these two tools together?
- Just one tool to learn: previously developers would start with CRNA and then switch to exp or XDE for additional features like standalone builds. Expo CLI is as easy to get started with as CRNA, but also supports everything previously offered by these separate tools.
- Less confusing options: CRNA apps have always been loaded using the Expo app and able to use the Expo APIs in addition to the core React Native APIs. Users are sometimes confused about the differences between plain React Native, CRNA and Expo apps created with tools like exp or XDE. Installing the expo-cli package will make it clearer the additional functionality is provided by Expo.
- Developer experience: Expo CLI is ahead of CRNA in terms of features and developer experience, and we’re continuously improving it.
- Maintenance: having these two projects as separate codebases requires more maintenance and CRNA has previously falled behind because of this. A single codebase helps us keep it up to date and fix issues as fast as possible.
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.