rainbow
rainbow copied to clipboard
Remove multiple lodash methods from the codebase
Fixes RNBW-3856
What changed (plus any additional context for devs)
Replaced lodash isNil, isEmpty, isString, isNull, isUndefined, isArray, isNumber
on the native one
PoW (screenshots / screen recordings)
Dev checklist for QA: what to test
Final checklist
- [x] Assigned individual reviewers?
- [x] Added labels?
- [ ] Added e2e tests? if not please specify why
- [ ] If you added new files, did you update the CODEOWNERS file?
RNBW-3657 Remove lodash from the codebase
Migrate to native (faster) methods instead of using lodash
This will be addressed in the future after some discussion