iOS client for nextclouds password-manager extension Passman
- Setup nextcloud connection
- Setting master password to lock the app
- View the encrypted credential (with custom fields and OTP)
- Clone Project
- Run
npm install
in the folder - Run
npm start
andreact-native run-ios
We are usign RN-Toolbox
- Installing RN-Toolbox with
npm install -g yo generator-rn-toolbox
- Installing ImageMagick (dependency) with
brew install imagemagick
- Having a single .png file for the App-Icon we can run
yo rn-toolbox:assets --icon resources/apple-touch-icon.png
- When asked for overwriting, reply with
y
To pimp up the advertizing these tools might be helpful:
- Shotbot to create screenshots for the AppStore
- mockuphone to create mockup screenshots of specific device
Run react-native link
. This should do it unless the library says otherwise.
The source code is available under the MIT license. See the LICENSE
file for more information.