Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Add React Native spring animation lib (1 of 2) #38733

Closed
wants to merge 3 commits into from

Conversation

CoolDude53
Copy link
Contributor

Part of #37604

Adding React Native spring animation code and license (as is).
Part 1 of 2 per #37604 (comment)

List which issues are fixed by this PR. You must list at least one issue.
flutter/flutter#105687 (comment)

If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@CoolDude53
Copy link
Contributor Author

@luckysmg once this is merged, I can go ahead with the second PR

@luckysmg luckysmg requested a review from Hixie January 10, 2023 03:22
@CoolDude53
Copy link
Contributor Author

not sure how to make the license bot happy 😬

ORIGIN: ../../../third_party/react-native/LICENSE
TYPE: LicenseType.mit
FILE: ../../../third_party/react-native/Libraries/Animated/animations/SpringAnimation.js
----------------------------------------------------------------------------------------------------MIT License
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe just ---------------------------------------------------------------------------------------------------- ?
Why there is a MIT License trailing? I didn't find this trailing in others.... 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, that might be it, just pushed...we'll see!

@Hixie
Copy link
Contributor

Hixie commented Jan 10, 2023

We'll need to update the license script. Probably easiest if I just do it for you, one sec.

@Hixie
Copy link
Contributor

Hixie commented Jan 10, 2023

I got all confused by git and failed to update this PR, so instead I created a new PR: #38750

Sorry about that. I'll close this one.

@Hixie Hixie closed this Jan 10, 2023
@CoolDude53 CoolDude53 deleted the react-native-licensing branch January 12, 2023 04:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants