-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on libevent (#41485)
Summary: Pull Request resolved: #41485 Now that React-Hermes does not depends on folly::Futures anymore, we can safely delete the `libevent` dependency. This will speedup the pod install step and potentially also the bundle size (to be tested) ## Changelog [Android][Removed] - Remove libevent dependency Reviewed By: javache Differential Revision: D51319583 fbshipit-source-id: 155cc3632b005074c43565e7281c9873ab046f0d
- Loading branch information
1 parent
23cf104
commit 7f52791
Showing
9 changed files
with
1 addition
and
605 deletions.
There are no files selected for viewing
51 changes: 0 additions & 51 deletions
51
...ve-gradle-plugin/src/main/kotlin/com/facebook/react/tasks/internal/PrepareLibeventTask.kt
This file was deleted.
Oops, something went wrong.
101 changes: 0 additions & 101 deletions
101
...radle-plugin/src/test/kotlin/com/facebook/react/tasks/internal/PrepareLibeventTaskTest.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 0 additions & 43 deletions
43
packages/react-native/ReactAndroid/src/main/jni/third-party/libevent/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
packages/react-native/ReactAndroid/src/main/jni/third-party/libevent/evconfig-private.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.