Skip to content

Commit

Permalink
add missing LayoutAnimation import (facebook#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahdigh authored and charpeni committed Oct 11, 2019
1 parent 8f0ee92 commit 425b5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layoutanimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Example usage:

```jsx
import React, {Component} from 'react';
import {View, Text, TouchableOpacity, Platform, UIManager} from 'react-native';
import {View, Text, TouchableOpacity, Platform, UIManager, LayoutAnimation} from 'react-native';

if (
Platform.OS === 'android' &&
Expand Down

0 comments on commit 425b5a9

Please sign in to comment.