Coder Social home page Coder Social logo

Comments (7)

zpg6 avatar zpg6 commented on August 16, 2024 1

If I get something working, I think it'd be productive to work off the same example app. Maybe expand to allow us to try things outside of a List Section?

I've been on my own branch saving zero of my exploratory testing and I'm full of guilt about it hahaha

from swiftui-react-native.

zpg6 avatar zpg6 commented on August 16, 2024 1

Pending your review to my pull on the example repo, I think this can be closed. (No action needed on this repo to resolve issue).

from swiftui-react-native.

andrew-levy avatar andrew-levy commented on August 16, 2024

This would be cool to see. Feel free to take a crack at it!

from swiftui-react-native.

andrew-levy avatar andrew-levy commented on August 16, 2024

Did you try anything like this yet within the example proj? I think this is exactly what you want. https://medium.com/dailyjs/how-to-use-npm-link-7375b6219557

from swiftui-react-native.

zpg6 avatar zpg6 commented on August 16, 2024

Did you try anything like this yet within the example proj? I think this is exactly what you want. https://medium.com/dailyjs/how-to-use-npm-link-7375b6219557

I have not, will try this first before having to add any devDependecies.

from swiftui-react-native.

zpg6 avatar zpg6 commented on August 16, 2024

Did you try anything like this yet within the example proj? I think this is exactly what you want. https://medium.com/dailyjs/how-to-use-npm-link-7375b6219557

https://stackoverflow.com/a/47403470/6074395 darn

from swiftui-react-native.

andrew-levy avatar andrew-levy commented on August 16, 2024

ah damn. if those alternative suggested don't work, another alternative could be this:

  • add a new script in the package.json "build-example"
  • it would call the clean-build script and then move the output dist folder into your example app project.

"build-example": "npm run clean-build && copfiles dist ../swiftui-react-native-example"

or something like that (no clue if that is correct but the idea should work). That way all you would have to do is make a change, then run this script. But we would need to change the imports :/

from swiftui-react-native.

Related Issues (14)

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.