react-native-macos/Libraries/Animated
Gustavo Sverzut Barbieri 57aa70c06c Introduce Gemfile, ruby-version (#32303)
Summary:
Implement par of the discussion https://github.com/react-native-community/discussions-and-proposals/discussions/411, except the `.nvmrc` part, this includes:
 - Setting `.ruby-version` in the main project and also `template/`
 - Fixing the CocoaPods version with a project-level `Gemfile` and also `template/Gemfile`
 - Using all `pod` executions from `bundle exec pod`, using the determined version
 - Script to manage and update the ruby version

## Changelog

[iOS] [Added] - Gemfile with CocoaPods 1.11 and ruby-version (2.7.4)

Pull Request resolved: https://github.com/facebook/react-native/pull/32303

Test Plan: Build for iOS and run all CircleCI tests to see if nothing changed

Reviewed By: RSNara

Differential Revision: D31344686

Pulled By: fkgozali

fbshipit-source-id: 25c63131ca9b16d3cf6341019548e0d63bdcaefe
2021-10-01 21:22:26 -07:00
..
__tests__ Fix validation of AnimatedEvent with AnimatedValueXY 2021-09-09 04:31:58 -07:00
animations pre-suppress this typing errors ahead of 154 2021-06-11 14:31:41 -07:00
components RN: Disable `collapsable` for Animated Components 2021-09-29 17:22:21 -07:00
nodes pre-suppress Flow errors in xplat ahead of 153 release 2021-06-01 09:01:26 -07:00
Animated.js Remove "use strict" directive from ES Modules 2021-02-02 11:12:56 -08:00
AnimatedEvent.js Fix validation of AnimatedEvent with AnimatedValueXY 2021-09-09 04:31:58 -07:00
AnimatedImplementation.js Animated: Remove `Animated.__PropsOnlyForTests` 2021-05-07 21:05:58 -07:00
AnimatedMock.js Use Animated.event implementation in AnimatedMock 2021-06-22 08:16:42 -07:00
AnimatedWeb.js Update FlowFixMes to use error codes in react-native-github 2021-03-31 18:21:47 -07:00
Easing.js RN: Remove `react-animated` Legacy Package 2020-08-25 14:15:35 -07:00
NativeAnimatedHelper.js Introduce Gemfile, ruby-version (#32303) 2021-10-01 21:22:26 -07:00
NativeAnimatedModule.js Remove "use strict" directive from ES Modules 2021-02-02 11:12:56 -08:00
NativeAnimatedTurboModule.js Remove "use strict" directive from ES Modules 2021-02-02 11:12:56 -08:00
SpringConfig.js RN: Remove `react-animated` Legacy Package 2020-08-25 14:15:35 -07:00
bezier.js RN: Remove `react-animated` Legacy Package 2020-08-25 14:15:35 -07:00
createAnimatedComponent.js RN: Disable `collapsable` for Animated Components 2021-09-29 17:22:21 -07:00
createAnimatedComponentInjection.js Animated: Setup Experiment Injection 2021-06-02 22:36:13 -07:00
createAnimatedComponent_EXPERIMENTAL.js Add passthroughAnimatedPropsExplicitValues to modern createAnimatedComponent 2021-07-08 09:29:38 -07:00
useAnimatedProps.js Add animation queue to modern createAnimatedComponent 2021-07-08 09:29:38 -07:00