Skip to content

beauvaisbruno/meetnative

Repository files navigation

Meet Native : Find a Language Partner

Build Status codecov Codacy Badge licence MIT

Cross-platform mobile app for Android and iOS written with React Native.

Big Beautiful Picture

Get it on Google Play Download on App Store

Technologies inside

External Tools

Features

We believe a friendly face-to-face meeting is the best way to learn a new language.

On Meet Native, you publish the languages ​​you wish to learn and the languages ​​you are able to teach. The app locates people around you who match your language skills and learning wishes.

Your partner found, make an appointment at a café terrace or in a park, etc. The goal is above all to converse as much as possible and whatever the subject :-)

Try it yourself

1. Clone and Install

# Clone the repo
git clone https://github.com/beauvaisbruno/meetnative

# Install dependencies
cd meetnative
yarn install

2. Run it Android

Meetnative is built on React Native and therefore assumes you have node installed. Yarn is preferred over NPM as a package manager.

  • Configure your Firebase project following this guide
  • To configure the Facebook SDK use this guide
  • To set up the Google Places Autocomplete Component read this guide
yarn run android