Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change type of SwipeRefreshLayoutManager.size prop from Int to String
Summary: This diff changes the type of the SwipeRefreshLayoutManager.size prop from Int to String in Fabric. The current implementation of this prop allows JS developers to use "int" type when fabric is enables and "int or string" types when using Fabric is disabled. Since long term we want to only support "string" type for this prop, I'm changing the type of the prop to be String. After my diff Fabric will start supporting only "string" types, non fabric screens will keep supporting "int or string" values. **Will this break production?** No, because there are no usages of RefreshControl.Size prop in fbsource **What about if someone start using this prop next week?** IMO It's very unlikely because of the nature of this prop, I will be monitoring next week and if there's an usage it will be detected by flow when trying to land D25933457. Changelog: [Android][Changed] - RefreshControl.size prop changed its type to string, the valid values are: 'default' and 'large' Reviewed By: JoshuaGross Differential Revision: D25933458 fbshipit-source-id: 55067d7405b063f1e8d9bb7a5fd7731f5f168960
- Loading branch information