react-native-flex-grid icon indicating copy to clipboard operation
react-native-flex-grid copied to clipboard

Order functionality is still not working

Open Yasas4D opened this issue 2 years ago • 0 comments

Describe the bug Recently I have created an issue regarding this order functionality. https://github.com/a-tokyo/react-native-flex-grid/issues/16 But unfortunately, this order functionality is still not working in the React Native latest release (0.72) as you mentioned. @a-tokyo Can you please look into this issue? The issue is occurring because React Native does not currently support the CSS 'order' property. https://stackoverflow.com/questions/44297640/react-nativeorder-is-not-a-valid-style-property

Screenshots image

System information

System:
  OS: Windows 10 10.0.19045
  CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
  Memory: 1.33 GB / 15.69 GB
Binaries:
  Node:
    version: 18.16.0
    path: C:\Program Files\nodejs\node.EXE
  Yarn:
    version: 1.22.19
    path: C:\Program Files\nodejs\yarn.CMD
  npm:
    version: 9.5.1
    path: C:\Program Files\nodejs\npm.CMD
  Watchman: Not Found
SDKs:
  Android SDK:
    API Levels:
      - "28"
      - "30"
      - "31"
      - "32"
      - "33"
    Build Tools:
      - 30.0.2
      - 30.0.3
      - 31.0.0
      - 33.0.0
      - 33.0.1
    System Images:
      - android-30 | Google Play Intel x86 Atom
      - android-33 | Google APIs Intel x86 Atom_64
    Android NDK: Not Found
  Windows SDK: Not Found
IDEs:
  Android Studio: AI-213.7172.25.2113.9123335
  Visual Studio: Not Found
Languages:
  Java: 11.0.16.1
  Ruby: Not Found
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.72.4
    wanted: 0.72.4
  react-native-windows: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: Not found
  newArchEnabled: Not found

Smartphone

Device: Google Pixel 4
OS: Android 11 x86 API 30
react-native Version: 0.72.4

Additional context I have created an issue in the React Native official repository regarding this. https://github.com/facebook/react-native/issues/39160

Yasas4D avatar Aug 25 '23 16:08 Yasas4D