WIP: add snapshots for mocked and unmocked components (#24554)

Summary:
Per a conversation with TheSavior, in #24538, this adds snapshot tests for all components whose mocks will be addressed in that PR. Shallow and deep snapshots are included.

[General] [Added] - Snapshots
Pull Request resolved: https://github.com/facebook/react-native/pull/24554

Differential Revision: D15062197

Pulled By: cpojer

fbshipit-source-id: 70ddbaa5e6d1d2c0fd1130ab04c458d9c49d0ee8
This commit is contained in:
Brandon Carroll
2019-04-24 06:52:20 -07:00
committed by Facebook Github Bot
parent ec90ad127f
commit de12b98cd5
12 changed files with 528 additions and 7 deletions
@@ -21,7 +21,6 @@ const nullthrows = require('nullthrows');
const DrawerConsts = UIManager.getViewManagerConfig('AndroidDrawerLayout')
.Constants;
const dismissKeyboard = require('dismissKeyboard');
const AndroidDrawerLayoutNativeComponent = require('AndroidDrawerLayoutNativeComponent');