Code Monkey home page Code Monkey logo

mister-poster's People

Contributors

proshoumma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mister-poster's Issues

firebase not found

I got Unnamed module firebase... error while posting new post.

There is inconsistency in name of firebase module in createNew.js file. Both firebaseApp and firebase are used together.

Quick fix: Change all firebase to firebaseApp

Res/layout

Hello everybody. First I do not speak English well . A really interesting application, but I find the XML file layout in res / layout . I newbie android programming. A limit can someone explain to me how the view is first performed ?
Thank you in advance for your answers.

iOS conversion

Cool stuff! I took a look at things with iOS, there are a couple of tweaks required to make it run but nothing too bad:

  • Roboto is seems to be an Android font and not available in iOS, and is MagmaWave a custom font? The result is an out-of-the-box batch of errors. Option 1, just tell everyone that they need to install custom fonts and point them to files + instructions. Option 2, use something like fontFamily: Platform.OS === 'android' ? 'Roboto-Regular' : 'Courier', to make it just work (iosfonts.com shows you your iOS options).
  • The NavBar overlaps with the StatusBar, you'll need both navTab.js -> styles -> tabs -> height: 70, paddingTop: 20 and home_screen.js -> render -> StatusBar -> barStyle='light-content' to make it look close to the Android version (ideally you'd add a margin: 20 to the home_screen.js container view and set StatusBar backgroundColor: 'blue' but that seems to be buggy?)

Thanks for sharing!

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.