Skip to content

satyen-progton/react-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wix Mobile Open Source Site (WIP - Stay Tuned)

About

This repository hosts the Wix mobile open source website.
The production code is hosted in the gh-pages branch.
The source files are hosted in the master branch.

Usage

Adding your project to the website:

create an "openSourceIsAwesome.json" file in your repo. It should have the following properties:

   {
    "size": "big" or "normal", (required: use "normal" unless you want a video to be displayed on a Mac),
    "name": "your repository name" (required),    
    "description": "App-wide support for 100% native navigation with an easy cross-platform interface." (required),    
    "title": "React Native Navigation" (required),    
    "github": "https://github.com/wix/react-native-navigation" (required),    
    "AndroidVideoUrl": "https://yourandroidvideourl.com",(optional: if you want to add a video that was filmed on an android device),    
    "IOSVideoUrl": "https://youriphonevideourl.com",(optional: if you want to add a video that was filmed on iphone),    
    "IOSDemoAppLink": "link to your demo app on the app store", (optional: add if you have a demoapp on the app store),    
    "AndroidDemoAppLink": "link to your demo app on the play store" (optional: add if you have a demoapp on the play store),    
    "image": "link to image" (required if you have no videos to display),
    "poster": "link to an image poster" (optional: a poster that will be displayed before the video plays)  
    }

  • Contact the Mobile Core team. We will add your project to the whitelist and check that everything is ok.

  • That's it! Your project will be displayed and any change in your json file will update the site automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.3%
  • CSS 40.4%
  • HTML 4.3%