• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

Staffjoy/mobile: Staffjoy Suite (V1) - iPhone and Android Applications

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

Staffjoy/mobile

开源软件地址(OpenSource Url):

https://github.com/Staffjoy/mobile

开源编程语言(OpenSource Language):

JavaScript 55.4%

开源软件介绍(OpenSource Introduction):

Staffjoy V1 Mobile Apps for Android and iPhone

Moonlight contractors

Staffjoy is shutting down, so we are open-sourcing our code. These applications use React Native to create a simple webview around Staffjoy V1's applications. The mobile applications look for a mobile-config.json on the server, which provides a regex for determining which URLs are considered the "app, which hides a navbar with the URL and back button. The repos also includes some other functionality, such as a loading screen and error handling. Thanks to @JBaller for helping us with this last year in his spare time.

Example /mobile-config.json

{
    hideNavForURLsMatchingPattern: "^https?://(dev|stage|www|suite)\.staffjoy\.com"
}

Background

React Native is packaged as a Node module, delivered via npm.

The native projects live in subdirectories, and link to React Native as a local dependency (npm puts it into node_modules/react-native).

Setup

  1. Install Homebrew
  2. Install Node (using nvm) a. curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash b. nvm install v5.5.0 && nvm alias default node
  3. brew install watchman
  4. Install the React Native command line tools a. npm install -g react-native-cli

IDEs

IDE installations will handle SDK dependencies

iOS

  • Install Xcode (v7.3 or newer)
  • Install Cocoapods (gem install cocoapods)

Android

Install Android Studio 2.0 or newer

Updating Dependencies

React: run npm install from the project root

Note: Skip the react-native upgrade step from the docs. We aren't using their templates, and it would attempt to overwrite important native code.

iOS: run pod install from the /ios directory

Android: updated dynamically during the build process

Debug & Build

Note: For iOS, because we're using Cocoapods, you must open the workspace file, (StaffjoyMobile.xcworkspace), not the project file (.xcodeproj).

Debugging

Platform Type
iOS Debug react-native run-ios from project root (as of React v0.22, you need a simulator titled "iPhone 6")
iOS Debug In Xcode: Build and Run the StaffjoyMobile target onto a device or simulator
Android Debug react-native run-android while emulator is running or device is connected )

While debugging, shake the device to access the React Native Developer menu (CMD+D on iOS simulator, F2 on Android emulator)

Loading JavaScript

Note: Release builds always load from the app binary

Platform Notes
iOS Simulator Automatically loads latest version via packager
iOS Device Loads from app binary; need to rebuild to get updated JS
Android Loads from server* when __DEV__ enabled (toggle at top of debug menu after shaking device)

* For Android devices or emulators running Anroid 5 or later, it's easiest to link to the packager over USB by running adb reverse tcp:8081 tcp:8081. To link over WiFi, shake the device, tap the last settings option in the debug menu, and enter the address of your machine and port number of packager (default 8081)

Building

iOS

Target Properties
StaffjoyMobile Includes a page for the system's Settings app that allows you to change root domain (i.e. to point at dev.staffjoy.com). For realistic testing, deploy to TestFlight and test on a dev server.
Staffjoy Release Release build
  1. Open ios/StaffjoyMobile.xcworkspace in Xcode
  2. Select the desired target
  3. Choose Generic iOS Device from the device list.
  4. Select Product -> Archive
  5. Once archvied, the Organizer will open (access later via Window -> Organizer)
  6. Select the latest build, and choose "Upload to App Store"
  7. Manage TestFlight and App Store release via iTunes Connect

To test an archive on a device without waiting for TestFlight, go to Window -> Organizer, choose Export, then Ad Hoc, and install by dragging the exported file to your device via Window -> Devices

Android

via shell

  1. (One time only) Set up Gradle variables for signing with the Staffjoy certificate (credentials are excluded from git for security) a. Look up Android Keystore in Staffjoy's "Mobile" vault in 1Password a. Copy staffjoy_android_keystore.jks from 1Password into your project's android/app directory a. Copy gradle.properties into the ~/.gradle directory
  2. Run ./gradlew assembleRelease (or installRelease, assembleDebug, installDebug)
  3. The APK will be built to android/app/build/outputs/apk/app-release.apk (or app-debug.apk)

Via IDE

  1. Open the project in Android Studio
  2. Go to Build -> Generate Signed APK
  3. Choose the app module
  4. Enter key store info a. path: point to a local copy the .jks file from 1Password b. password: from 1Password c. alias: staffjoy_android_keystore d. key password: the second password from 1Password (under "key info")
  5. Choose a destination for the APK



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap