Open in app
Home
Notifications
Lists
Stories

Write
Lee young-jun
Lee young-jun

Home

Pinned

How to distribute APK to Slack Automatically.

olulo’s APK has been distributed at Slack for QA. To distribute it, Github workflows was uploading APK to AWS and linked it into Slack message. So I registered back log to upload directly long time ago and I resolved it yesterday. Today I will share how to do. First, I searched there is workflow to achieve it. And…

Slack

3 min read

How to distribute APK to Slack Automatically.
How to distribute APK to Slack Automatically.

Jun 24

Invalid regular expression: Quantifier has nothing to repeat

KickGoing app can’t display ‘update’ button in ‘settings’ screen without inserting a new version in the administrator site. So I decided to fetch new version value from Apple/Google store directly. Testing was very well when I developing. However I saw the error when I was trying to release my app…

React Native

2 min read

Invalid regular expression: Quantifier has nothing to repeat
Invalid regular expression: Quantifier has nothing to repeat

Jun 11

Realm With SwiftUI

Realm Realm is MongoDB for Local Device, Object Oriented Database. To use this Database, you should have Xcode 12.4 or later. and your app should target iOS 15 or later. Install It is very simple to install Realm on your app. In this article, I will use only CocoaPods pod ‘RealmSwift’, ‘~>10’ …

Realm

3 min read

Realm With SwiftUI
Realm With SwiftUI

May 22

You’re using an RSA key with SHA-1, which is no longer allowed

When I tried to upload my app source in a long time, I met this error. This means that we can’t use RSA SSH Key for Github any more. Last year, I generated SSH key with RSA instead of ed25519 for my personal app source. …

Xcode

2 min read

You’re using an RSA key with SHA-1, which is no longer allowed
You’re using an RSA key with SHA-1, which is no longer allowed

May 17

MVVM List with SwiftUI

I will create scheduler with SwiftUI. However I didn’t know how to bind a model from ListView to ListItemView. So I studied how to do and it is I will share to you Today. Model First, I created a data model for a row in list and named it ‘AlarmModel’. List …

Swiftui

4 min read

MVVM List with SwiftUI
MVVM List with SwiftUI

Apr 26

How to add Tab into SwiftUI App?

What is Tab? Tab makes user can switch screens without navigation stack. How to add Tab? To add Tabs into your app, you should use TabView. Then you can see Tabs like this

Swiftui

2 min read

How to add Tab into SwiftUI App?
How to add Tab into SwiftUI App?

Apr 4

How to modify submodule of forked repository

I tried to modify an open source project, so I forked it. However I met something weird when I changed to the modified branch. My project can’t access to the new branch and I didn’t know why. I realized that the name of the forked repository was different to the…

Git

2 min read

How to modify submodule of forked repository
How to modify submodule of forked repository

Mar 15

Make your own React Library

Sometimes I forgot how to make event like componentDidMount/componentWillMount in functional component. So I am using custom hook ‘useUnmount’. And this time I made a new hook ‘useMount’. I decided make an open source library with both hooks. …

React

3 min read

Make your own React Library
Make your own React Library

Dec 19, 2021

How to deploy react-native app all in one click-Part3

I could release Live or QA version according to a prefix of the repository tag. However tagged repository can’t access Github cache and it’s mean that I can’t improve deploying speed. So I am creating new deploying flow with a manual workflow. …

Github

2 min read

How to deploy react-native app all in one click-Part3
How to deploy react-native app all in one click-Part3

Dec 12, 2021

How to deploy react-native app all in one click-Part2

I could release Live or QA version according to a prefix of the repository tag. However tagged repository can’t access Github cache and it’s mean that I can’t improve deploying speed. So I am creating new deploying flow with a manual workflow. And new workflow will enable to deploy Live or QA version…

Github

3 min read

How to deploy react-native app all in one click-Part2
How to deploy react-native app all in one click-Part2
Lee young-jun

Lee young-jun

Man

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable