chore: bump TestsExample to react-native@0.77.0-rc.1 (#2556)

# Summary

Bump TestsExample to `react-native@0.77.0-rc.1` to track compatibility
with the latest version

## Test Plan

`TestsExample` should compile.

## Compatibility

| OS      | Implemented |
| ------- | :---------: |
| iOS     |          |
| Android |          |
This commit is contained in:
Jakub Grzywacz
2024-12-09 16:33:53 +01:00
committed by GitHub
parent d1e91144a7
commit de6b4d0d17
16 changed files with 1146 additions and 1246 deletions

View File

@@ -4,7 +4,7 @@ const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config');
* Metro configuration
* https://reactnative.dev/docs/metro
*
* @type {import('metro-config').MetroConfig}
* @type {import('@react-native/metro-config').MetroConfig}
*/
const path = require('path');
const exclusionList = require('metro-config/src/defaults/exclusionList');