mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8797a5cfcb
Summary: RCTTiming was the only NativeModule that relied on converting `double`s to other `double`s via `RCTConvert`. RCTTiming was made into a regular NativeModule in D18410788, so it's safe to strip out this logic. Hopefully, this reduces the memory consumption enough to reduce the OOMs reported in T45151932. Changelog: [iOS][Removed] - Stop using RCTConvert to convert between primitive types Reviewed By: fkgozali Differential Revision: D18506069 fbshipit-source-id: 7316ad86bc84d47fb383735126d5b00e5491b371