Coder Social home page Coder Social logo

go-react-native's Introduction

Go React Native!

This is a small POC of integrating a Go (Golang) shared library and a React Native UI within a mobile application.

To run this demo you don't need anything go related installed just download the source, run npm install and then run in xcode (or Android studio to run the android version). For more information about running a React Native Application, see the docs for that project.

Demo Screenshot

This sample illustrates 3 ways of communicating between your React Native UI and a Go shared library

  • Http
  • Websockets
  • Native Bridge provided by React native.

The Go source code is in the /demo folder (demo.go). To modify it, you will need Go 1.6 and the go mobile tool chain.

Once you modify the demo.go file, then you can run "gomobile bind platform=(ios|android)" to build either the new Demo.framework for ios or demo.aar for Android. Once those are built, then copy them to the appropriate platform folder (ios/Demo.framework or android/demo/demo.aar)

NOTE

If you have something else running on PORT 8081, this demo will fail to run the http and websocket examples, you can change the port number in the index.*.js files and the demo.go file then rebuild.

go-react-native's People

Contributors

caseylmanus avatar mintyowl avatar

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.