Skip to content

Commit

Permalink
upgrade app (sdk+ rn + node) (#844)
Browse files Browse the repository at this point in the history
* update rn to 71

* upgrade gradle to 7.4.2

* upgrade libs

* fix for sdk 34

* update react native config

* upgrade nvmrc

* config is on

* update patch

* upgrade play-services-location

* make ios work

* make ios work

* patching flipper

* upgrade rn fixes (#849)

* pod install works

* Update app_test.yml

* clean ups

* updating min react-codegen ios

* remove log from patch

* cr changes

* remove gitignore from idea

* add patch for ios

---------

Co-authored-by: Omer Gery <68545675+OmerGery@users.noreply.github.com>
  • Loading branch information
hilat-autofleet and OmerGery authored Sep 24, 2024
1 parent 1ec4a51 commit ad842b6
Show file tree
Hide file tree
Showing 55 changed files with 19,753 additions and 16,202 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
always-auth: true
registry-url: https://registry.npmjs.org

- name: Install NPM dependencies
run: npm install
run: npm install --legacy-peer-deps

- run: npm run linter

Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

6 changes: 0 additions & 6 deletions examples/client/Locomotion/.buckconfig

This file was deleted.

67 changes: 0 additions & 67 deletions examples/client/Locomotion/.flowconfig

This file was deleted.

4 changes: 4 additions & 0 deletions examples/client/Locomotion/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
.DS_Store

# Xcode
/ios/Locomotion.xcodeproj/project.xcworkspace/contents.xcworkspacedata

#
build/
*.pbxuser
Expand Down Expand Up @@ -125,7 +127,9 @@ typings/
# next.js build output
.next

# watchman
watchmanScript.sh
.watchman-cookie-*

*.tsbuildinfo

Expand Down
1 change: 1 addition & 0 deletions examples/client/Locomotion/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.15.1
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/client/Locomotion/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby File.read(File.join(__dir__, ".ruby-version")).strip

gem 'cocoapods', '~> 1.11', '>= 1.11.2'
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
61 changes: 38 additions & 23 deletions examples/client/Locomotion/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,36 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.6)
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (7.0.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.2.0)
bigdecimal (3.1.8)
claide (1.1.0)
cocoapods (1.12.1)
cocoapods (1.15.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.12.1)
cocoapods-core (= 1.15.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.6.0, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
Expand All @@ -32,8 +42,8 @@ GEM
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.21.0, < 2.0)
cocoapods-core (1.12.1)
xcodeproj (>= 1.23.0, < 2.0)
cocoapods-core (1.15.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand All @@ -44,7 +54,7 @@ GEM
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (1.6.3)
cocoapods-downloader (2.1)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.1)
Expand All @@ -53,46 +63,51 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.1)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.15.5)
ffi (1.17.0)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.6.3)
minitest (5.19.0)
json (2.7.2)
logger (1.6.1)
minitest (5.25.1)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.2.6)
rexml (3.3.7)
ruby-macho (2.5.1)
typhoeus (1.4.0)
securerandom (0.3.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcodeproj (1.22.0)
xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
rexml (>= 3.3.2, < 4.0)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.11, >= 1.11.2)
cocoapods (~> 1.13, != 1.15.1, != 1.15.0)

RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.2.27
2.4.21
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

import 'react-native';
import React from 'react';
import renderer from 'react-test-renderer';
import App from '../App';

// Note: test renderer must be required after react-native.
import renderer from 'react-test-renderer';

it('renders correctly', () => {
renderer.create(<App />);
Expand Down
55 changes: 0 additions & 55 deletions examples/client/Locomotion/android/app/_BUCK

This file was deleted.

Loading

0 comments on commit ad842b6

Please sign in to comment.