Skip to content

Commit c6a178c

Browse files
authored
Fix/expandable section export (#957)
* delete gradlew.bat * expandableSection export
1 parent b1edb63 commit c6a178c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

demo/src/screens/componentScreens/ExpandableSectionScreen.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import _ from 'lodash';
22
import React, {PureComponent} from 'react';
33
import {ScrollView, StyleSheet, TouchableOpacity} from 'react-native';
4-
import {Card, Text, Image, ListItem, Carousel, Spacings, View} from 'react-native-ui-lib';
5-
import ExpandableSection from '../../../../src/components/expandableSection';
4+
import {Card, Text, Image, ListItem, Carousel, Spacings, View, ExpandableSection} from 'react-native-ui-lib';
65

76
const cardImage2 = require('../../assets/images/empty-state.jpg');
87
const cardImage = require('../../assets/images/card-example.jpg');

src/components/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ export default {
5050
get Drawer() {
5151
return require('./drawer').default;
5252
},
53+
get ExpandableSection() {
54+
return require('./expandableSection').default;
55+
},
5356
get Fader() {
5457
return require('./fader').default;
5558
},

0 commit comments

Comments
 (0)