You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/master' into pr/74
* origin/master:
chore: Update flow-bin to the latest version 🚀 (callstack#86)
chore: Greenkeeper/@types/react 16.7.11 (callstack#82)
chore: release 1.4.2
fix: add errors for queryBy* helpers when more instances found (callstack#79)
chore: release 1.4.1
chore: release 1.4.1-es5.1
fix: remove deprecated existential Flow type and use any for now (callstack#77)
docs: add note about new APIs in v1.4 (callstack#76)
chore: Update flow-bin to the latest version 🚀 (callstack#75)
@@ -77,7 +81,7 @@ A method returning an array of `ReactTestInstance`s with matching a React compon
77
81
78
82
> This method has been **deprecated** because using it results in fragile tests that may break between minor React Native versions. It will be removed in next major release (v2.0). Use [`getAllByType`](#getallbytype-type-reactcomponenttype) instead.
Re-render the in-memory tree with a new root element. This simulates a React update at the root. If the new element has the same type and key as the previous element, the tree will be updated; otherwise, it will re-mount a new tree.
0 commit comments