React-native-interactable: example missing

Created on 26 Apr 2018  ·  5Comments  ·  Source: wix/react-native-interactable

I can't find the example folder and the link point to 404.

Most helpful comment

@oleole90 go in root directory of cloned project then run
react-native run-ios --project-path playground/ios/

All 5 comments

Everything is moved to a global playground project. Will update the Readme

@mkuczera can you plz give a short guide on how to access / run the examples? Thanks.

@oleole90 go in root directory of cloned project then run
react-native run-ios --project-path playground/ios/

I am closing the issue as a part of an effort to cleanup and revive the project. If this issue persists after v1.0.0, you are more than welcome to reintroduce the issue.

Thanks for your contribution.

Btw I couldn't get the example-app/playground to compile on iOS:

$ pwd
/Users/gianfranco/temp/react-native-interactable
$ react-native run-ios --project-path playground/ios/
▸ Compiling strtod.cc

▸ Running script 'Install Third Party'
▸ Compiling strtod.cc

❌  error: Build input file cannot be found: '/Users/gianfranco/temp/react-native-interactable/node_modules/react-native/third-party/double-conversion-1.1.6/src/strtod.cc'


▸ Compiling fixed-dtoa.cc

❌  error: Build input file cannot be found: '/Users/gianfranco/temp/react-native-interactable/node_modules/react-native/third-party/double-conversion-1.1.6/src/fixed-dtoa.cc'


▸ Compiling fast-dtoa.cc

❌  error: Build input file cannot be found: '/Users/gianfranco/temp/react-native-interactable/node_modules/react-native/third-party/double-conversion-1.1.6/src/fast-dtoa.cc'


▸ Compiling double-conversion.cc

❌  error: Build input file cannot be found: '/Users/gianfranco/temp/react-native-interactable/node_modules/react-native/third-party/double-conversion-1.1.6/src/double-conversion.cc'


▸ Compiling diy-fp.cc

❌  error: Build input file cannot be found: '/Users/gianfranco/temp/react-native-interactable/node_modules/react-native/third-party/double-conversion-1.1.6/src/diy-fp.cc'


▸ Compiling cached-powers.cc

❌  error: Build input file cannot be found: '/Users/gianfranco/temp/react-native-interactable/node_modules/react-native/third-party/double-conversion-1.1.6/src/cached-powers.cc'


▸ Compiling bignum.cc

❌  error: Build input file cannot be found: '/Users/gianfranco/temp/react-native-interactable/node_modules/react-native/third-party/double-conversion-1.1.6/src/bignum.cc'


** BUILD FAILED **
react-native info

  React Native Environment Info:
    System:
      OS: macOS High Sierra 10.13.6
      CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
      Memory: 939.42 MB / 16.00 GB
      Shell: 5.3 - /bin/zsh
    Binaries:
      Node: 10.13.0 - ~/.nvm/versions/node/v10.13.0/bin/node
      Yarn: 1.10.1 - /usr/local/bin/yarn
      npm: 6.4.1 - ~/.nvm/versions/node/v10.13.0/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    SDKs:
      iOS SDK:
        Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
      Android SDK:
        API Levels: 23, 24, 25, 26, 27
        Build Tools: 20.0.0, 21.1.2, 22.0.1, 23.0.3, 25.0.3, 26.0.2, 27.0.0, 27.0.3, 28.0.3
        System Images: android-22 | Google APIs Intel x86 Atom, android-24 | Intel x86 Atom, android-24 | Intel x86 Atom_64, android-24 | Google APIs Intel x86 Atom, android-25 | Android Wear ARM EABI v7a, android-25 | Android Wear Intel x86 Atom, android-25 | Google APIs Intel x86 Atom, android-27 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom
    IDEs:
      Android Studio: 3.1 AI-173.4907809
      Xcode: 10.1/10B61 - /usr/bin/xcodebuild
    npmPackages:
      react: 16.6.0-alpha.8af6728 => 16.6.0-alpha.8af6728
      react-native: 0.57.4 => 0.57.4

Running it from Xcode works:

$ open playground/ios/playground.xcodeproj
Was this page helpful?
0 / 5 - 0 ratings

Related issues

rexlow picture rexlow  ·  6Comments

sewerrat picture sewerrat  ·  7Comments

dmitryusikriseapps picture dmitryusikriseapps  ·  3Comments

yash2code picture yash2code  ·  7Comments

brentvatne picture brentvatne  ·  6Comments