Code Monkey home page Code Monkey logo

cnilton / react-native-expandable-list-view Goto Github PK

View Code? Open in Web Editor NEW
49.0 2.0 8.0 770 KB

A customizable react-native Expandable ListView (Accordion) component. Resembles the native Android ExpandableListView component, but for react-native (iOS and Android).

License: MIT License

JavaScript 3.36% TypeScript 30.09% Ruby 2.54% Starlark 1.19% Java 31.36% Makefile 3.02% C++ 13.86% Shell 0.95% Objective-C 4.80% Objective-C++ 8.83%
expandablelistview accordion react-native collapse collapsible

react-native-expandable-list-view's Issues

Flatlist not render in subcategory

customInnerItem: _SubCategory(),

function _SubCategory() {
    return (
      <View style={{ flex: 1, backgroundColor: "yellow", height: 500 }}>
        <FlatGrid
          itemDimension={50}
          data={items}
          style={styles.gridView}
          // staticDimension={300}
          // fixed
          spacing={10}
          renderItem={({ item }) => (
            <View
              style={[styles.itemContainer, { backgroundColor: item.code }]}
            >
              <Text style={styles.itemName}>{item.name}</Text>
              <Text style={styles.itemCode}>{item.code}</Text>
            </View>
          )}
        />
      </View>
    );
  }

If I render this method directly it works but if I render it inside a subcategory it just shows blank screen

UWP support

Hey there, Does the library supports UWP development, aka, react native for windows?

Missing content

This is a very specific bug that occurs when one of the items is selected and then the data is updated, inner items may not appear.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.