This sample demonstrates how to use the Microsoft Graph JavaScript SDK to access data in Office 365 from React Native mobile apps.

Overview
page_type description products languages
sample
This sample demonstrates how to use the Microsoft Graph JavaScript SDK to access data in Office 365 from React Native apps.
ms-graph
microsoft-graph-calendar-api
office-exchange-online
typescript

Microsoft Graph sample React Native app

React Native CI License.

This sample demonstrates how to use the Microsoft Graph JavaScript SDK to access data in Office 365 from React Native mobile apps.

NOTE: This sample was originally built from a tutorial published on the Microsoft Graph tutorials page. That tutorial has been removed.

Prerequisites

To run the completed project in this folder, you need the following:

  • A configured development environment for React Native using the React Native CLI. For instructions on configuring your environment, see Setting up the development environment.
  • Either a personal Microsoft account with a mailbox on Outlook.com, or a Microsoft work or school account.

If you don't have a Microsoft account, there are a couple of options to get a free account:

Register an application with the Azure Active Directory admin center

  1. Open a browser and navigate to the Azure Active Directory admin center and login using a personal account (aka: Microsoft Account) or Work or School Account.

  2. Select Azure Active Directory in the left-hand navigation, then select App registrations under Manage.

  3. Select New registration. On the Register an application page, set the values as follows.

    • Set Name to React Native Graph Sample.
    • Set Supported account types to Accounts in any organizational directory and personal Microsoft accounts.
    • Under Redirect URI, change the dropdown to Public client (mobile & desktop), and set the value to graph-sample://react-native-auth/.
  4. Select Register. On the React Native Graph Tutorial page, copy the value of the Application (client) ID and save it, you will need it in the next step.

Configure the sample

  1. Rename the GraphRNSample/auth/AuthConfig.example.ts file to AuthConfig.ts.

  2. Edit the AuthConfig.ts file and make the following changes.

    1. Replace YOUR_APP_ID_HERE with the Application (client) ID you got from the App Registration Portal.
  3. In your command-line interface (CLI), navigate to the GraphRNSample directory and run the following commands to install requirements.

    npm install
    npx pod-install ios

Run the sample

  1. Run the following command to start the sample.
npm start
  1. In another instance of your CLI also in the GraphRNSample directory, run one of the following commands:

    • To run on an iOS Simulator: npm run ios
    • To run on an Android virtual device: npm run android (start an Android virtual device from Android Studio first)

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

Comments
  • Bump @react-navigation/stack from 6.3.14 to 6.3.16 in /GraphRNSample

    Bump @react-navigation/stack from 6.3.14 to 6.3.16 in /GraphRNSample

    Bumps @react-navigation/stack from 6.3.14 to 6.3.16.

    Release notes

    Sourced from @​react-navigation/stack's releases.

    @​react-navigation/stack@​6.3.16

    6.3.16 (2023-02-26)

    Bug Fixes

    • fix paths in sourcemap files (42c906d) - by @

    @​react-navigation/stack@​6.3.15

    6.3.15 (2023-02-23)

    Note: Version bump only for package @​react-navigation/stack

    Changelog

    Sourced from @​react-navigation/stack's changelog.

    6.3.16 (2023-02-26)

    Bug Fixes

    • fix paths in sourcemap files (42c906d) - by @

    6.3.15 (2023-02-23)

    Note: Version bump only for package @​react-navigation/stack

    Commits

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump eslint from 8.34.0 to 8.35.0 in /GraphRNSample

    Bump eslint from 8.34.0 to 8.35.0 in /GraphRNSample

    Bumps eslint from 8.34.0 to 8.35.0.

    Release notes

    Sourced from eslint's releases.

    v8.35.0

    Features

    • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke)
    • c8c0c71 feat: Move all and recommended configs into package. (#16844) (Nicholas C. Zakas)
    • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#16826) (Daiki Nishikawa)

    Bug Fixes

    Documentation

    • f9f195e docs: Plugin docs cleanup & expansion (#16862) (Ben Perlmutter)
    • df809fd docs: Custom Formatters page cleanup/expansion (#16886) (Ben Perlmutter)
    • 0700d1b docs: Add PostCSS/Autoprefixer/CSSNano (#16502) (Nick Schonning)
    • 7b9e9bf docs: support unicode anchors (#16782) (Percy Ma)
    • 5fbc0bf docs: Update README (GitHub Actions Bot)
    • 67865a0 docs: Remove mention of mailing list (#16869) (Amaresh S M)
    • 43af24a docs: Add explanation of when to use 'warn' severity (#16882) (Nicholas C. Zakas)
    • ed2999b docs: Shareable configs page edits and expansion (#16824) (Ben Perlmutter)
    • 2780635 docs: fix typos (#16884) (Lioness100)
    • 5bdaae2 docs: Ways to Extend ESLint page (#16861) (Ben Perlmutter)

    Chores

    Changelog

    Sourced from eslint's changelog.

    v8.35.0 - February 26, 2023

    • cdcbe12 chore: upgrade @​eslint/js@​8.35.0 (#16935) (Brandon Mills)
    • c954c34 chore: package.json update for @​eslint/js release (ESLint Jenkins)
    • 5a517da chore: package.json update for @​eslint/js release (ESLint Jenkins)
    • 9f10926 chore: upgrade @​eslint/eslintrc@​2.0.0 (#16928) (Milos Djermanovic)
    • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke)
    • c8c0c71 feat: Move all and recommended configs into package. (#16844) (Nicholas C. Zakas)
    • f9f195e docs: Plugin docs cleanup & expansion (#16862) (Ben Perlmutter)
    • df809fd docs: Custom Formatters page cleanup/expansion (#16886) (Ben Perlmutter)
    • 0700d1b docs: Add PostCSS/Autoprefixer/CSSNano (#16502) (Nick Schonning)
    • da728fa ci: use LTS node version in workflows (#16907) (Nitin Kumar)
    • 7b9e9bf docs: support unicode anchors (#16782) (Percy Ma)
    • 5fbc0bf docs: Update README (GitHub Actions Bot)
    • c57b4f3 perf: upgrade to [email protected] (#16901) (Milos Djermanovic)
    • 9698bc5 fix: pin esquery v1.4.0 (fixes #16896) (#16897) (唯然)
    • 67865a0 docs: Remove mention of mailing list (#16869) (Amaresh S M)
    • 43af24a docs: Add explanation of when to use 'warn' severity (#16882) (Nicholas C. Zakas)
    • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#16826) (Daiki Nishikawa)
    • ed2999b docs: Shareable configs page edits and expansion (#16824) (Ben Perlmutter)
    • 2780635 docs: fix typos (#16884) (Lioness100)
    • 5bdaae2 docs: Ways to Extend ESLint page (#16861) (Ben Perlmutter)
    • 9122f07 chore: Update stale bot settings (#16870) (Nicholas C. Zakas)
    Commits

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @babel/core from 7.20.12 to 7.21.0 in /GraphRNSample

    Bump @babel/core from 7.20.12 to 7.21.0 in /GraphRNSample

    Bumps @babel/core from 7.20.12 to 7.21.0.

    Release notes

    Sourced from @​babel/core's releases.

    v7.21.0 (2023-02-20)

    Thanks @​azizghuloum, @​ehoogeveen-medweb, @​fwienber, and @​Lioness100 for your first PRs!

    :rocket: New Feature

    • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
    • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
    • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
    • babel-parser, babel-types
    • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • babel-parser
    • babel-core
    • babel-generator, babel-parser, babel-plugin-transform-typescript

    :bug: Bug Fix

    • babel-plugin-transform-typescript
    • babel-core
    • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
    • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types

    :nail_care: Polish

    • babel-parser

    :house: Internal

    :microscope: Output optimization

    Committers: 11

    ... (truncated)

    Changelog

    Sourced from @​babel/core's changelog.

    v7.21.0 (2023-02-20)

    :rocket: New Feature

    • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
    • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
    • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
    • babel-parser, babel-types
    • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • babel-parser
    • babel-core
    • babel-generator, babel-parser, babel-plugin-transform-typescript

    :bug: Bug Fix

    • babel-plugin-transform-typescript
    • babel-core
    • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
    • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types

    :nail_care: Polish

    • babel-parser

    :house: Internal

    :microscope: Output optimization

    v7.20.15 (2023-02-02)

    :eyeglasses: Spec Compliance

    • babel-parser
    • babel-generator, babel-parser, babel-plugin-proposal-export-namespace-from

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @react-navigation/drawer from 6.6.0 to 6.6.2 in /GraphRNSample

    Bump @react-navigation/drawer from 6.6.0 to 6.6.2 in /GraphRNSample

    Bumps @react-navigation/drawer from 6.6.0 to 6.6.2.

    Release notes

    Sourced from @​react-navigation/drawer's releases.

    @​react-navigation/drawer@​6.6.2

    6.6.2 (2023-02-26)

    Bug Fixes

    • fix paths in sourcemap files (42c906d) - by @

    @​react-navigation/drawer@​6.6.1

    6.6.1 (2023-02-23)

    Note: Version bump only for package @​react-navigation/drawer

    Changelog

    Sourced from @​react-navigation/drawer's changelog.

    6.6.2 (2023-02-26)

    Bug Fixes

    • fix paths in sourcemap files (42c906d) - by @

    6.6.1 (2023-02-23)

    Note: Version bump only for package @​react-navigation/drawer

    Commits

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @babel/runtime from 7.20.13 to 7.21.0 in /GraphRNSample

    Bump @babel/runtime from 7.20.13 to 7.21.0 in /GraphRNSample

    Bumps @babel/runtime from 7.20.13 to 7.21.0.

    Release notes

    Sourced from @​babel/runtime's releases.

    v7.21.0 (2023-02-20)

    Thanks @​azizghuloum, @​ehoogeveen-medweb, @​fwienber, and @​Lioness100 for your first PRs!

    :rocket: New Feature

    • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
    • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
    • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
    • babel-parser, babel-types
    • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • babel-parser
    • babel-core
    • babel-generator, babel-parser, babel-plugin-transform-typescript

    :bug: Bug Fix

    • babel-plugin-transform-typescript
    • babel-core
    • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
    • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types

    :nail_care: Polish

    • babel-parser

    :house: Internal

    :microscope: Output optimization

    Committers: 11

    ... (truncated)

    Changelog

    Sourced from @​babel/runtime's changelog.

    v7.21.0 (2023-02-20)

    :rocket: New Feature

    • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
    • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
    • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
    • babel-parser, babel-types
    • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • babel-parser
    • babel-core
    • babel-generator, babel-parser, babel-plugin-transform-typescript

    :bug: Bug Fix

    • babel-plugin-transform-typescript
    • babel-core
    • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
    • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types

    :nail_care: Polish

    • babel-parser

    :house: Internal

    :microscope: Output optimization

    v7.20.15 (2023-02-02)

    :eyeglasses: Spec Compliance

    • babel-parser
    • babel-generator, babel-parser, babel-plugin-proposal-export-namespace-from

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @react-navigation/native from 6.1.4 to 6.1.6 in /GraphRNSample

    Bump @react-navigation/native from 6.1.4 to 6.1.6 in /GraphRNSample

    Bumps @react-navigation/native from 6.1.4 to 6.1.6.

    Release notes

    Sourced from @​react-navigation/native's releases.

    @​react-navigation/native@​6.1.6

    6.1.6 (2023-02-26)

    Bug Fixes

    • fix paths in sourcemap files (42c906d) - by @

    @​react-navigation/native@​6.1.5

    6.1.5 (2023-02-23)

    Note: Version bump only for package @​react-navigation/native

    Changelog

    Sourced from @​react-navigation/native's changelog.

    6.1.6 (2023-02-26)

    Bug Fixes

    • fix paths in sourcemap files (42c906d) - by @

    6.1.5 (2023-02-23)

    Note: Version bump only for package @​react-navigation/native

    Commits

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump metro-react-native-babel-preset from 0.75.0 to 0.75.1 in /GraphRNSample

    Bump metro-react-native-babel-preset from 0.75.0 to 0.75.1 in /GraphRNSample

    Bumps metro-react-native-babel-preset from 0.75.0 to 0.75.1.

    Release notes

    Sourced from metro-react-native-babel-preset's releases.

    Release v0.75.1

    NOTE: Experimental features are not covered by semver and can change at any time.

    Full Changelog: https://github.com/facebook/metro/compare/v0.75.0...v0.75.1

    Commits
    • 77f445f Release 0.75.1
    • 036ea36 Add DeltaCalculator graph invalidation for package exports (experimental)
    • f0119a4 Deploy v0.200.0 to xplat
    • cbaec8f Deploy presuppressions for v0.200.0 to xplat
    • 5e27b3b metro-minify-terser: Don't mutate input options
    • 4785644 Add warning for invalid "exports" targets and import specifier "exports" patt...
    • 0ecd442 Document experimental package exports resolver options
    • 3e9d980 Add logging of "exports" package encapsulation warnings
    • da8b41b Report errors in the console
    • 6690b39 Fetch source maps from Metro
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @react-navigation/drawer from 6.5.8 to 6.6.0 in /GraphRNSample

    Bump @react-navigation/drawer from 6.5.8 to 6.6.0 in /GraphRNSample

    Bumps @react-navigation/drawer from 6.5.8 to 6.6.0.

    Release notes

    Sourced from @​react-navigation/drawer's releases.

    @​react-navigation/drawer@​6.6.0

    6.6.0 (2023-02-14)

    Bug Fixes

    Features

    Changelog

    Sourced from @​react-navigation/drawer's changelog.

    6.6.0 (2023-02-14)

    Bug Fixes

    Features

    Commits

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @react-native-community/datetimepicker from 6.7.4 to 6.7.5 in /GraphRNSample

    Bump @react-native-community/datetimepicker from 6.7.4 to 6.7.5 in /GraphRNSample

    Bumps @react-native-community/datetimepicker from 6.7.4 to 6.7.5.

    Release notes

    Sourced from @​react-native-community/datetimepicker's releases.

    v6.7.5

    6.7.5 (2023-02-14)

    Bug Fixes


    This release is also available on:

    Commits

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @react-navigation/stack from 6.3.12 to 6.3.14 in /GraphRNSample

    Bump @react-navigation/stack from 6.3.12 to 6.3.14 in /GraphRNSample

    Bumps @react-navigation/stack from 6.3.12 to 6.3.14.

    Release notes

    Sourced from @​react-navigation/stack's releases.

    @​react-navigation/stack@​6.3.14

    6.3.14 (2023-02-16)

    Bug Fixes

    @​react-navigation/stack@​6.3.13

    6.3.13 (2023-02-14)

    Bug Fixes

    Changelog

    Sourced from @​react-navigation/stack's changelog.

    6.3.14 (2023-02-16)

    Bug Fixes

    6.3.13 (2023-02-14)

    Bug Fixes

    Commits
    • 61bd48a chore: publish
    • b0253c3 fix: fix checking for modal presentation in stack
    • acbeec0 chore: publish
    • a5050ba fix: Check cardStyleInterpolator name to allow for custom animation as well (...
    • See full diff in compare view

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump react-native and @types/react-native in /GraphRNSample

    Bump react-native and @types/react-native in /GraphRNSample

    Bumps react-native and @types/react-native. These dependencies needed to be updated together. Updates react-native from 0.71.2 to 0.71.3

    Release notes

    Sourced from react-native's releases.

    0.71.3

    Changed

    Fixed

    • (codegen) Add missing C++ include for prop conversion of complex array type (92fc32aa by @​rshest)

    Android specific

    iOS specific


    You can participate in the conversation on the status of this release in this discussion.


    To help you upgrade to this version, you can use the upgrade helper ⚛️


    You can find the whole changelog history in the changelog.md file.

    Changelog

    Sourced from react-native's changelog.

    v0.71.3

    Changed

    Fixed

    • (codegen) Add missing C++ include for prop conversion of complex array type (92fc32aa by @​rshest)

    Android specific

    iOS specific

    Commits
    • d9321c0 [0.71.3] Bump version numbers
    • a3f205a [LOCAL] Bump codegen package
    • 4b84888 [LOCAL] Bump package versions
    • 60f0a71 [ci][monorepo] bump package versions
    • e9460f2 [LOCAL] Update podfile.lock
    • ad1ddc2 fix(ios): fix pod install --project-directory=... (#36096)
    • 374d874 update jsc-android to ndk r23 based (#36062)
    • fbe9e2e RNGP - fix: use relative paths for gradle exec invocations (#36080)
    • 92fc32a Add missing C++ include for prop conversion of complex array type (#35984)
    • See full diff in compare view

    Updates @types/react-native from 0.71.2 to 0.71.3

    Commits

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump date-fns-tz from 1.3.7 to 2.0.0 in /GraphRNSample

    Bump date-fns-tz from 1.3.7 to 2.0.0 in /GraphRNSample

    Bumps date-fns-tz from 1.3.7 to 2.0.0.

    Changelog

    Sourced from date-fns-tz's changelog.

    v2.0.0 (30 January 2023)

    • [BREAKING CHANGE] Optimize configuration for ESM exports (entry points for cjs / esm / typescript) (#212)

    Upgrade guide: Both CJS and ESM imports now use the default import paths. CJS will continue working unchanged; to fix EMS imports:

    Before:

    import { format } from 'date-fns-tz/esm'
    import utcToZonedTime from 'date-fns-tz/esm/utcToZonedTime'
    

    After:

    import { format } from 'date-fns-tz'
    import utcToZonedTime from 'date-fns-tz/utcToZonedTime'
    

    v1.3.8 (30 January 2023)

    • [TESTS] Tests documenting zonedTimeToUtc daylight saving jumps (#220)
    • [TYPES] Update format types to match date-fns (#199)
    • [BUGFIX] Fixed undefined timezone error (#214)
    Commits

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Owner
royalcrystalking
I love enjoying.
royalcrystalking
Immersive virtual office built with Phaser, Colyseus, React, Redux, and PeerJS.

Immersive virtual office built with Phaser, Colyseus, React, Redux, and PeerJS.

Kuan-Hsuan (Kevin) Shen 637 Jan 5, 2023
🍑 Responsive Mobile-sized Wrapper for React - Easily prototype your mobile-sized web apps with desktop support

react-mobile-sized-view Featured on reactjsexample.com(thx editor ?? ) ?? Responsive Mobile-sized Wrapper for React ?? Examples ⚠️ Warning: The follow

Junho Yeo 23 Nov 24, 2022
Simple react js web that consume data from Spotify WEB API and use Spotify Playback SDK for playing a tracks

React JS Spotify Clone Simple react js web that consume data from Spotify WEB API and use Spotify Playback SDK for playing a tracks How to run First y

Dody 3 Sep 3, 2022
This is a Microsoft Teams clone built with React JS and Chat Engine!

Welcome to MS Teams Clone! Example Website Introduction This is a Microsoft Teams clone built with React JS and Chat Engine! React JS is the programmi

Adrian Hajdin - JavaScript Mastery 901 Dec 31, 2022
Chat - Microsoft Teams Clone build using Chat engine api and React JS

Chat Application Website - Site deployed here Introduction This is Microsoft Tea

Samruddhi Bhoyar 3 Feb 7, 2022
Small demo standalone app letting users vote for a movie while results are synced over different clients with Microsoft's fluid Framework.

Small demo standalone app letting users vote for a movie while results are synced over different clients with Microsoft's fluid Framework.

Markus Möller 1 Jun 1, 2022
Covid-tracker: a website that allows users to have access to the latest covid data in Brazil

Covid-tracker Covid-tracker is a website that allows users to have access to the

VanessaAoki 3 Dec 24, 2021
My-Feedback: This is a sample JavaScript/React app done step-by-step

My-Feedback: This is a sample JavaScript/React app done step-by-step

Matheus Silva 3 Jul 15, 2022
A sample JavaScript/React Vite App done step-by-step

This is a sample JavaScript/React Vite App done step-by-step.

Matheus Silva 3 Jun 12, 2022
React-counter - Access the internal state of React components from Cypress E2E tests

react-counter Access the internal state of React components from Cypress E2E tes

Gleb Bahmutov 2 Feb 2, 2022
React Role is lightweight role based access management solution for React applications

React Role is lightweight role based access management solution which provides components, hooks, and helper methods for controlling access checks and user permissions throughout your entire React application.

Permify 136 Jan 8, 2023
Gold news is a free news website where you can access any news around the world. This project is made with react

Gold news is a free news website where you can access any news around the world. This project is made with react

Yash sharma 3 Nov 6, 2022
React Context driven role-based-access-control package

React Context driven role-based-access-control package

Nurbek Zhussip 3 Dec 22, 2022
"The Bookstore" is a react web app built to show collections of books, and give users access to add new books or remove existing book

Bookstore "The Bookstore" is a react web app built to show collections of books, and give users access to add new books or remove existing book Built

Rwubakwanayo Olivier 2 Jun 12, 2022
View your Kubernetes NetworkPolicy manifests as graph in Lens IDE

lens-extension-network-policy-viewer View your Kubernetes NetworkPolicy manifests as graph in Lens IDE Demo: NetworkPolicyViewer as standalone app Ins

null 20 Dec 19, 2022
Course for certified Apollo Graph Developer

Odyssey Lift-off: Welcome to the companion app of Odyssey Lift-off I! You can find the course lessons and instructions on Odyssey, Apollo's learning p

Veronica Paladino 1 Apr 2, 2022
A Netflix Sample Project Built With React

Netflix Table of contents Introduction Demo Run Technology Features Library Introduction A streaming service that offers a wide variety of award-winni

null 14 Jul 7, 2022
This is the sample project that belongs to the React & Apollo Tutorial on How to GraphQL

React & Apollo Tutorial This is the sample project that belongs to the React & Apollo Tutorial on How to GraphQL. How to use 1. Clone repository git c

Ivan Kuznietsov 3 Feb 14, 2022
Sample video and Photos of React-Ecom-App

Created an eCommerce App using React and Redux. Here users can Search products by name, Add product items to the Cart, Add new product items, and can delete their added cart items. Used Redux persist, so that added products still can be shown after page reload.

Debapriya Chandra 11 Oct 30, 2022